Rustup to rustc 1.49.0-nightly (1eaadebb3 2020-10-21)

This commit is contained in:
bjorn3 2020-10-22 12:44:03 +02:00
parent 04091772bc
commit 8dc71a419e
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -1 +1 @@
nightly-2020-10-16
nightly-2020-10-22