diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-29 20:29:52 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-29 20:29:52 +0000 |
| commit | dde58803fd6cbb270c7a437f36a8a3a29fbef679 (patch) | |
| tree | f0f504561d62e3f89784c2bf5b4902655753647a | |
| parent | e281e6fdb286b87992edcb8957b454ee80a72295 (diff) | |
| download | rust-dde58803fd6cbb270c7a437f36a8a3a29fbef679.tar.gz rust-dde58803fd6cbb270c7a437f36a8a3a29fbef679.zip | |
Rustup to rustc 1.75.0-nightly (e5cfc5547 2023-10-28)
| -rw-r--r-- | patches/stdlib-lock.toml | 17 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 1 insertions, 18 deletions
diff --git a/patches/stdlib-lock.toml b/patches/stdlib-lock.toml index f10b4d6b9d4..9902bca8eab 100644 --- a/patches/stdlib-lock.toml +++ b/patches/stdlib-lock.toml @@ -41,22 +41,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9" [[package]] -name = "auxv" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e50430f9beb8effb02399fa81c76eeaa26b05e4f03b09285cad8d079c1af5a3d" -dependencies = [ - "byteorder", - "gcc", -] - -[[package]] -name = "byteorder" -version = "1.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" - -[[package]] name = "cc" version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -388,7 +372,6 @@ dependencies = [ name = "std_detect" version = "0.1.5" dependencies = [ - "auxv", "cfg-if", "compiler_builtins", "cupid", diff --git a/rust-toolchain b/rust-toolchain index 3735ac1c17b..7e3eaacf8ef 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-10-21" +channel = "nightly-2023-10-29" components = ["rust-src", "rustc-dev", "llvm-tools"] |
