We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316dd35 commit b7ce254Copy full SHA for b7ce254
os/.cargo/config renamed to os/.cargo/config.toml
rust-toolchain.toml
@@ -1,6 +1,6 @@
1
[toolchain]
2
profile = "minimal"
3
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
4
-channel = "nightly-2024-01-18"
+channel = "nightly-2024-05-01"
5
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
6
-targets = ["riscv64gc-unknown-none-elf"]
+targets = ["riscv64gc-unknown-none-elf"]
0 commit comments