Rustup to rustc 1.63.0-nightly (7466d5492 2022-06-08)

This commit is contained in:
bjorn3 2022-06-09 15:25:44 +02:00
parent 74f3916a77
commit 875ffa19b1
2 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.72"
version = "0.1.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afdbb35d279238cf77f0c9e8d90ad50d6c7bff476ab342baafa29440f0f10bff"
checksum = "fe4879c339330c0ca526a52bc07500a4f5939c8d51481d58d443e10420a41547"
dependencies = [
"rustc-std-workspace-core",
]

View File

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