diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-10-22 12:44:03 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-10-22 12:44:59 +0200 |
| commit | 8dc71a419e2db70daa8cb8c5e553bfb4376c4f6b (patch) | |
| tree | d944c0029121a32747512a4ea3e496f5b2ace81d | |
| parent | 04091772bc561ec7bae2e02f7d70de6f32fcf6c4 (diff) | |
| download | rust-8dc71a419e2db70daa8cb8c5e553bfb4376c4f6b.tar.gz rust-8dc71a419e2db70daa8cb8c5e553bfb4376c4f6b.zip | |
Rustup to rustc 1.49.0-nightly (1eaadebb3 2020-10-21)
| -rw-r--r-- | build_sysroot/Cargo.lock | 4 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock index d256e252642..0144fb243ec 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -203,9 +203,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b" +checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232" dependencies = [ "compiler_builtins", "rustc-std-workspace-core", diff --git a/rust-toolchain b/rust-toolchain index d9ac9c12a10..78dd1ec107f 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2020-10-16 +nightly-2020-10-22 |
