diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e847d3a..45cc54e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,5 @@ [toolchain] -channel = "1.76.0" -date = "2024-03-05" +channel = "stable" targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu", @@ -8,4 +7,4 @@ targets = [ "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", ] -components = ["rustc", "cargo", "rust-std", "rustfmt"] \ No newline at end of file +components = ["rustc", "cargo", "rust-std", "rustfmt"]