From 1b7cca3925e9033ad82bf1b8dca0332dd4b4cabc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 18:22:11 +0000 Subject: [PATCH] Update Rust to v1.74.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 95749f59b..e7f52bc82 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.73" +channel = "1.74.0" profile = "default"