Rustup to rustc 1.58.0-nightly (e269e6bf4 2021-10-26)

This commit is contained in:
bjorn3 2021-10-27 14:17:26 +02:00
parent bf907a3de1
commit fc8fbf4099
2 changed files with 3 additions and 3 deletions

View file

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

View file

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