From cb33b31bc299c4cc73edeca405719b3fba229741 Mon Sep 17 00:00:00 2001 From: akorchyn Date: Fri, 9 Aug 2024 14:12:59 +0300 Subject: [PATCH] chore: replaced 1.80.0 with 1.80 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f2343a7..1e6dbc4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # This specifies the version of Rust we use to build. # Individual crates in the workspace may support a lower version, as indicated by `rust-version` field in each crate's `Cargo.toml`. # The version specified below, should be at least as high as the maximum `rust-version` within the workspace. -channel = "1.80.0" +channel = "1.80" components = ["rustfmt", "clippy", "rust-analyzer"]