Rustup to rustc 1.69.0-nightly (34e6673a0 2023-02-25)

This commit is contained in:
bjorn3 2023-02-26 13:36:16 +01:00
parent 83222f18f4
commit 91979e01cf
2 changed files with 3 additions and 4 deletions

View File

@ -117,12 +117,11 @@ dependencies = [
[[package]]
name = "hermit-abi"
version = "0.2.6"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
dependencies = [
"compiler_builtins",
"libc",
"rustc-std-workspace-alloc",
"rustc-std-workspace-core",
]

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-02-25"
channel = "nightly-2023-02-26"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]