Unnamed repository; edit this file 'description' to name the repository.
Bump MSRV to 1.74.0
Michael Davis 2024-05-08
parent 2bc0d03 · commit 3cf2a91
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index e661a111..7c7cb7f4 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"]