From 4040268d5bb7e42ac8006c0889eba54faac47e60 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 7 Aug 2024 14:54:36 -0700 Subject: [PATCH] Bump MSRV to 1.74 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5216c54190..b4f91ef4ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["command-line", "task", "runner", "development", "utility"] license = "CC0-1.0" readme = "crates-io-readme.md" repository = "https://github.com/casey/just" -rust-version = "1.70" +rust-version = "1.74" [workspace] members = [".", "crates/*"]