diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-08 09:30:32 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-08 09:30:32 +0000 |
| commit | 81093441c16dba56221bae016b394d0fb5dc57a2 (patch) | |
| tree | c3ca411583cbb76d9f978527035bb46341ba6c57 | |
| parent | 1906ec56fce048588b319bfbc97126ba9d8c5de2 (diff) | |
| download | rust-81093441c16dba56221bae016b394d0fb5dc57a2.tar.gz rust-81093441c16dba56221bae016b394d0fb5dc57a2.zip | |
Rustup to rustc 1.75.0-nightly (97c81e1b5 2023-10-07)
| -rw-r--r-- | patches/stdlib-lock.toml | 1 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/patches/stdlib-lock.toml b/patches/stdlib-lock.toml index 2f6b99dc8bb..de89c4f5eff 100644 --- a/patches/stdlib-lock.toml +++ b/patches/stdlib-lock.toml @@ -361,6 +361,7 @@ version = "0.0.0" dependencies = [ "addr2line", "alloc", + "cc", "cfg-if", "compiler_builtins", "core", diff --git a/rust-toolchain b/rust-toolchain index f4629370f8a..9bbe72c2b61 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-10-02" +channel = "nightly-2023-10-08" components = ["rust-src", "rustc-dev", "llvm-tools"] |
