Rustup to rustc 1.53.0-nightly (52e3dffa5 2021-03-25)

This commit is contained in:
bjorn3 2021-03-26 13:33:03 +01:00
parent 9a21312480
commit 7889a32c0f
2 changed files with 5 additions and 5 deletions

View file

@ -110,9 +110,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.9.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"compiler_builtins",
"rustc-std-workspace-alloc",
@ -132,9 +132,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.89"
version = "0.2.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "538c092e5586f4cdd7dd8078c4a79220e3e168880218124dcbce860f0ea938c6"
checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7"
dependencies = [
"rustc-std-workspace-core",
]

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-03-18"
channel = "nightly-2021-03-26"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]