Rustup to rustc 1.82.0-nightly (c1a6199e9 2024-07-24)

This commit is contained in:
bjorn3 2024-07-25 15:16:41 +00:00
parent f73c411ec2
commit d768359716
2 changed files with 3 additions and 3 deletions

View File

@ -252,9 +252,9 @@ dependencies = [
[[package]]
name = "r-efi"
version = "4.3.0"
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e244f96e03a3067f9e521d3167bd42657594cb8588c8d3a2db01545dc1af2e0"
checksum = "e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3"
dependencies = [
"compiler_builtins",
"rustc-std-workspace-core",

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-07-13"
channel = "nightly-2024-07-25"
components = ["rust-src", "rustc-dev", "llvm-tools"]
profile = "minimal"