Rustup to rustc 1.57.0-nightly (c02371c44 2021-10-01)

This commit is contained in:
bjorn3 2021-10-02 14:50:15 +02:00
parent d76afa705b
commit 0887a2ed76
2 changed files with 3 additions and 3 deletions

View File

@ -132,9 +132,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.102"
version = "0.2.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103"
checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
dependencies = [
"rustc-std-workspace-core",
]

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-09-27"
channel = "nightly-2021-10-02"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]