Rustup to rustc 1.55.0-nightly (a85f584ae 2021-06-16)

This commit is contained in:
bjorn3 2021-06-17 15:36:32 +02:00
parent b0d1f50301
commit a12e23bc7e
2 changed files with 3 additions and 3 deletions

View file

@ -132,9 +132,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.95"
version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
dependencies = [
"rustc-std-workspace-core",
]

View file

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