Rustup to rustc 1.70.0-nightly (17c116721 2023-03-29)

This commit is contained in:
bjorn3 2023-03-30 12:22:46 +00:00
parent 86a71bf45b
commit dc7409c8ec
2 changed files with 3 additions and 3 deletions

View File

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

View File

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