diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-07-25 15:16:41 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-07-25 15:16:41 +0000 |
| commit | d7683597166371d9370d3f196434ea69733c80e5 (patch) | |
| tree | 4aa8a7edd751692ea712c2d4114e57b71dc65803 | |
| parent | f73c411ec23d04f30d58612879be447b15b28efc (diff) | |
| download | rust-d7683597166371d9370d3f196434ea69733c80e5.tar.gz rust-d7683597166371d9370d3f196434ea69733c80e5.zip | |
Rustup to rustc 1.82.0-nightly (c1a6199e9 2024-07-24)
| -rw-r--r-- | patches/stdlib-lock.toml | 4 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/patches/stdlib-lock.toml b/patches/stdlib-lock.toml index 9ea53e8f848..1c1f81844c3 100644 --- a/patches/stdlib-lock.toml +++ b/patches/stdlib-lock.toml @@ -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", diff --git a/rust-toolchain b/rust-toolchain index 2478a9bbcce..800ac0a1ed0 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-07-13" +channel = "nightly-2024-07-25" components = ["rust-src", "rustc-dev", "llvm-tools"] profile = "minimal" |
