Rustup to rustc 1.68.0-nightly (c6fcdb690 2022-12-10)

This commit is contained in:
bjorn3 2022-12-11 11:10:14 +01:00
parent 8f9a048138
commit ef1cb95687
2 changed files with 3 additions and 3 deletions

View File

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

View File

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