From 3cf2a91a253764f0f097249a95e319416e6e4eea Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 7 May 2024 11:27:28 -0400 Subject: [PATCH] Bump MSRV to 1.74.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e661a1113..7c7cb7f41 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.70.0" +channel = "1.74.0" components = ["rustfmt", "rust-src", "clippy"]