Rustup to rustc 1.78.0-nightly (c67326b06 2024-03-15)

This commit is contained in:
bjorn3 2024-03-16 13:36:51 +00:00
parent 0000db58c6
commit 9f162c49cb
2 changed files with 3 additions and 6 deletions

View file

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

View file

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