Rustup to rustc 1.66.0-nightly (a6b7274a4 2022-10-10)

This commit is contained in:
bjorn3 2022-10-11 16:52:19 +02:00
parent 7bf4e19cc1
commit 69297f9c86
2 changed files with 5 additions and 5 deletions

View File

@ -66,9 +66,9 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.81"
version = "0.1.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7927b44b9659f9a9af77eb0e6d98d8172ee5aec6924ed9360ae527cdd8551245"
checksum = "18cd7635fea7bb481ea543b392789844c1ad581299da70184c7175ce3af76603"
dependencies = [
"rustc-std-workspace-core",
]
@ -145,9 +145,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.134"
version = "0.2.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"
checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
dependencies = [
"rustc-std-workspace-core",
]

View File

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