From 7176b8b65c9913920b4af88a9fa052e853108ac7 Mon Sep 17 00:00:00 2001 From: Jack Westwood Date: Tue, 10 Dec 2024 11:34:24 +0000 Subject: [PATCH] Bump rust version to one compatible with machete action --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 38c05151..413bfdd9 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -9,4 +9,4 @@ # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html profile = "default" -channel = "1.77.0" +channel = "1.78"