From 19276109535745f115a816a0e8688585bb5effef Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 29 Oct 2024 22:42:12 +0100 Subject: [PATCH] Update MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebaa8a4..396f7e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" repository = "https://github.com/sharkdp/hexyl" version = "0.15.0" edition = "2021" -rust-version = "1.66" +rust-version = "1.70" [dependencies] anyhow = "1.0"