rust->nightly-2021-10-15,cargo-binutils->0.3.3

This commit is contained in:
Yifan Wu 2021-10-20 13:25:27 -07:00
parent 6d550620b1
commit 98773230f6
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ endif
env:
(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 llvm-tools-preview

View File

@ -1 +1 @@
nightly-2021-08-25
nightly-2021-10-15