Rustup to rustc 1.53.0-nightly (d32238532 2021-04-05)

This commit is contained in:
bjorn3 2021-04-06 12:27:45 +02:00
parent 2cb13ca20e
commit 8114d933bd
2 changed files with 3 additions and 3 deletions

View file

@ -132,9 +132,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.91"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7"
checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714"
dependencies = [
"rustc-std-workspace-core",
]

View file

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