diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-17 07:57:10 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-17 08:27:46 +0000 |
| commit | a4b36e5adbb50eb827053f036d335d4bd3e6829a (patch) | |
| tree | d77db2ee2af608a0c87d2d8b0fdf9acf1153a422 | |
| parent | 0d1d00478cb4522391d61abf88501c3a45ab024d (diff) | |
| download | rust-a4b36e5adbb50eb827053f036d335d4bd3e6829a.tar.gz rust-a4b36e5adbb50eb827053f036d335d4bd3e6829a.zip | |
Rustup to rustc 1.81.0-nightly (d7f6ebace 2024-06-16)
| -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 aea0a779b1e..9ea53e8f848 100644 --- a/patches/stdlib-lock.toml +++ b/patches/stdlib-lock.toml @@ -158,9 +158,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.3.9" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" dependencies = [ "compiler_builtins", "rustc-std-workspace-alloc", diff --git a/rust-toolchain b/rust-toolchain index 35d7372a196..3cb1f15bb3f 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-06-11" +channel = "nightly-2024-06-17" components = ["rust-src", "rustc-dev", "llvm-tools"] |
