From fa38a39fd4abaf29f3e5eed65177cacc6602e5a1 Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Wed, 20 Oct 2021 13:49:12 -0700 Subject: [PATCH] rust->nightly-2021-10-15,cargo-binutils->0.3.3 --- os/Makefile | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/os/Makefile b/os/Makefile index 864a4e4..e3434de 100644 --- a/os/Makefile +++ b/os/Makefile @@ -43,7 +43,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 diff --git a/rust-toolchain b/rust-toolchain index bf867e0..fd47275 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly +nightly-2021-10-15