From a5f972b77e143d494160dfbbbb7a90bbb3b6c18b Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Wed, 20 Oct 2021 13:32:42 -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 5330215f..35049e01 100644 --- a/os/Makefile +++ b/os/Makefile @@ -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 diff --git a/rust-toolchain b/rust-toolchain index 1c5af266..fd472758 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2021-08-25 +nightly-2021-10-15