Rustup to rustc 1.80.0-nightly (6e1d94708 2024-05-10)

This commit is contained in:
bjorn3 2024-05-11 13:50:16 +00:00
parent 6633d66954
commit 250d0832a1
2 changed files with 3 additions and 3 deletions

View File

@ -42,9 +42,9 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
[[package]]
name = "cc"
version = "1.0.90"
version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
[[package]]
name = "cfg-if"

View File

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