Rustup to rustc 1.67.0-nightly (c5d82ed7a 2022-11-19)

This commit is contained in:
bjorn3 2022-11-20 16:26:37 +01:00
parent d6b54a5433
commit be1006be50
2 changed files with 3 additions and 3 deletions

View File

@ -60,9 +60,9 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.83"
version = "0.1.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ee07c7fcd313705c3556f0e3070c4f235568d740c0e3fa7532af64c5d98917"
checksum = "989b2c1ca6e90ad06fdc69d1d1862fa28d27a977be6d92ae2fa762cf61fe0b10"
dependencies = [
"rustc-std-workspace-core",
]

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-11-10"
channel = "nightly-2022-11-20"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]