Skip to content

Commit

Permalink
specified nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
FerrisWasTaken committed Mar 18, 2024
1 parent 5dfa72f commit c40ef05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-03-17"
components = ["rustc", "cargo", "rust-std", "rustfmt"]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-gnu",
"x86_64-apple-darwin",
"aarch64-unknown-linux-gnu",
"aarch64-apple-darwin",
]
]

0 comments on commit c40ef05

Please sign in to comment.