Skip to content

Commit

Permalink
Update rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss authored Mar 8, 2024
1 parent be71196 commit 2c9f1f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[toolchain]
channel = "1.76.0"
date = "2024-03-05"
channel = "stable"
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-gnu",
"x86_64-apple-darwin",
"aarch64-unknown-linux-gnu",
"aarch64-apple-darwin",
]
components = ["rustc", "cargo", "rust-std", "rustfmt"]
components = ["rustc", "cargo", "rust-std", "rustfmt"]

0 comments on commit 2c9f1f2

Please sign in to comment.