Rustup to rustc 1.71.0-nightly (2a8221dbd 2023-05-11)

This commit is contained in:
bjorn3 2023-05-12 12:50:44 +00:00
parent d6656403a3
commit 9b2a0984e9
2 changed files with 5 additions and 5 deletions

View File

@ -106,9 +106,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.12.3"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"compiler_builtins",
"rustc-std-workspace-alloc",
@ -128,9 +128,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.142"
version = "0.2.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
dependencies = [
"rustc-std-workspace-core",
]

View File

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