Rustup to rustc 1.55.0-nightly (d2b04f075 2021-07-07)

This commit is contained in:
bjorn3 2021-07-08 18:03:50 +02:00
parent 7167f4c9a4
commit ab4da1174c
2 changed files with 3 additions and 3 deletions

View file

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

View file

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