Rustup to rustc 1.63.0-nightly (c52b9c10b 2022-05-16)

This commit is contained in:
bjorn3 2022-05-17 11:39:43 +02:00
parent 715533e936
commit 01ab51bb16
2 changed files with 3 additions and 3 deletions

View File

@ -134,9 +134,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.125"
version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
dependencies = [
"rustc-std-workspace-core",
]

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-05-15"
channel = "nightly-2022-05-17"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]