Skip to content

Commit bfa6a80

Browse files
committed
Downgrade cargo-binutils to 0.2.0
1 parent a57d470 commit bfa6a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ build: env $(KERNEL_BIN) $(FS_IMG)
3636

3737
env:
3838
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
39-
cargo install cargo-binutils
39+
cargo install cargo-binutils --vers ~0.2
4040
rustup component add rust-src
4141
rustup component add llvm-tools-preview
4242

0 commit comments

Comments
 (0)