mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-24 10:26:25 +04:00
rust->nightly-2021-10-15,cargo-binutils->0.3.3
This commit is contained in:
parent
6d550620b1
commit
98773230f6
@ -40,7 +40,7 @@ endif
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
|
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
|
||||||
cargo install cargo-binutils --vers ~0.2
|
cargo install cargo-binutils --vers =0.3.3
|
||||||
rustup component add rust-src
|
rustup component add rust-src
|
||||||
rustup component add llvm-tools-preview
|
rustup component add llvm-tools-preview
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
nightly-2021-08-25
|
nightly-2021-10-15
|
||||||
|
Loading…
Reference in New Issue
Block a user