From 997e0b5ffceb5a6a9e315c406585306983a27df7 Mon Sep 17 00:00:00 2001 From: Jack Westwood Date: Mon, 9 Dec 2024 09:35:46 +0000 Subject: [PATCH] Bump rust version --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 38c05151..b0d4e8ae 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.79.0"