Rustup to rustc 1.72.0-nightly (df77afbca 2023-06-12)

This commit is contained in:
bjorn3 2023-06-13 10:45:27 +00:00
parent c870c67bb2
commit 5d592ea79a
2 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.92"
version = "0.1.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64518f1ae689f74db058bbfb3238dfe6eb53f59f4ae712f1ff4348628522e190"
checksum = "76630810d973ecea3dbf611e1b7aecfb1012751ef1ff8de3998f89014a166781"
dependencies = [
"rustc-std-workspace-core",
]

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-06-06"
channel = "nightly-2023-06-13"
components = ["rust-src", "rustc-dev", "llvm-tools"]