Rustup to rustc 1.53.0-nightly (727d10156 2021-04-27)

This commit is contained in:
bjorn3 2021-04-28 19:41:10 +02:00
parent 31b2963da9
commit beb4e312c8
2 changed files with 3 additions and 3 deletions

View File

@ -132,9 +132,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.93"
version = "0.2.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
dependencies = [
"rustc-std-workspace-core",
]

View File

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