From 940790add1c43fdfd6e5ca38f0b45ca9f808268b Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Mon, 20 Nov 2023 12:09:02 +0000 Subject: [PATCH] Update Rust 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 5949c933..00e8aecf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.73.0" +channel = "1.74.0" components = ["rustfmt", "clippy"] profile = "default" \ No newline at end of file