From dbed12e423b00f208f166794d7778e631c6f4eb8 Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 29 Oct 2024 22:44:53 +0100 Subject: [PATCH] Update MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 396f7e8..4dcc48c 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.70" +rust-version = "1.74" [dependencies] anyhow = "1.0"