diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-05-04 13:55:04 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-05-04 13:55:04 +0200 |
| commit | e7f930123989b4d47b2bb5efcedd1592cdcd6ad0 (patch) | |
| tree | b2a18137e689381750601146d1711119bf7412a2 | |
| parent | 3b975ee92d495e5cb3d9e1397e6a8ccfd63c7b39 (diff) | |
| download | rust-e7f930123989b4d47b2bb5efcedd1592cdcd6ad0.tar.gz rust-e7f930123989b4d47b2bb5efcedd1592cdcd6ad0.zip | |
Rustup to rustc 1.54.0-nightly (716394d65 2021-05-03)
| -rw-r--r-- | build_sysroot/Cargo.lock | 6 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock index e058a972ead..dd5228d3ba4 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.40" +version = "0.1.42" dependencies = [ "rustc-std-workspace-core", ] @@ -195,9 +195,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232" +checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce" dependencies = [ "compiler_builtins", "rustc-std-workspace-core", diff --git a/rust-toolchain b/rust-toolchain index 5442e3345aa..70543cb6c66 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2021-04-28" +channel = "nightly-2021-05-04" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
