Rustup to rustc 1.70.0-nightly (7b4f48927 2023-03-12)

This commit is contained in:
bjorn3 2023-03-13 12:23:45 +01:00
parent 02af3e383b
commit db6fb616b9
2 changed files with 3 additions and 3 deletions

View File

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

View File

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