Rustup to rustc 1.62.0-nightly (60e50fc1c 2022-04-04)

This commit is contained in:
bjorn3 2022-04-05 11:44:41 +02:00
parent bc62bd55bd
commit b87d7834c0
2 changed files with 3 additions and 3 deletions

View File

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

View File

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