Rustup to rustc 1.70.0-nightly (db0cbc48d 2023-03-26)

This commit is contained in:
bjorn3 2023-03-27 10:32:38 +00:00
parent 3b0631a130
commit 80d93e8a66
2 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.89"
version = "0.1.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc9c2080d347a2c316518840ac9194644a9993dfa1e9778ef38979a339f5d8b"
checksum = "a3ca0978cbe31e8ed82689ddb9e97f2839b006f9773c16d85be98d5e9f18673d"
dependencies = [
"rustc-std-workspace-core",
]

View File

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