Rustup to rustc 1.59.0-nightly (e6b883c74 2021-12-08)

This commit is contained in:
bjorn3 2021-12-09 13:23:10 +01:00
parent aaf508cab3
commit 95cfeb4dde
2 changed files with 3 additions and 3 deletions

View file

@ -132,9 +132,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.108"
version = "0.2.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
dependencies = [
"rustc-std-workspace-core",
]

View file

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