Rustup to rustc 1.70.0-nightly (1459b3128 2023-03-23)

This commit is contained in:
bjorn3 2023-03-24 08:38:14 +00:00
parent d170b6bf80
commit 5c9f0073ee
2 changed files with 3 additions and 3 deletions

View File

@ -202,9 +202,9 @@ dependencies = [
[[package]]
name = "rustc-demangle"
version = "0.1.21"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
dependencies = [
"compiler_builtins",
"rustc-std-workspace-core",

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-03-17"
channel = "nightly-2023-03-24"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]