diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-07-27 15:22:50 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-07-27 15:22:50 +0200 |
| commit | f4ba61eee573888b9723df5d2c3c2f7a0143fe80 (patch) | |
| tree | 86ce34e0d0750ff3a22a54093dab5b5c72ef12fe | |
| parent | bcf532ce1db14e940797f5821c741492ca6cf2aa (diff) | |
| download | rust-f4ba61eee573888b9723df5d2c3c2f7a0143fe80.tar.gz rust-f4ba61eee573888b9723df5d2c3c2f7a0143fe80.zip | |
Rustup to rustc 1.56.0-nightly (08095fc1f 2021-07-26)
| -rw-r--r-- | build_sysroot/Cargo.lock | 9 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 1 insertions, 10 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock index 5e5c481cd9a..e068f084234 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -271,14 +271,6 @@ dependencies = [ ] [[package]] -name = "term" -version = "0.0.0" -dependencies = [ - "core", - "std", -] - -[[package]] name = "test" version = "0.0.0" dependencies = [ @@ -290,7 +282,6 @@ dependencies = [ "panic_unwind", "proc_macro", "std", - "term", ] [[package]] diff --git a/rust-toolchain b/rust-toolchain index bc991acda62..d1611a75b09 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2021-07-19" +channel = "nightly-2021-07-27" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
