Skip to content

Commit dde5880

Browse files
committed
Rustup to rustc 1.75.0-nightly (e5cfc55 2023-10-28)
1 parent e281e6f commit dde5880

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

patches/stdlib-lock.toml

-17
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,6 @@ version = "0.2.15"
4040
source = "registry+https://github.com/rust-lang/crates.io-index"
4141
checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9"
4242

43-
[[package]]
44-
name = "auxv"
45-
version = "0.3.3"
46-
source = "registry+https://github.com/rust-lang/crates.io-index"
47-
checksum = "e50430f9beb8effb02399fa81c76eeaa26b05e4f03b09285cad8d079c1af5a3d"
48-
dependencies = [
49-
"byteorder",
50-
"gcc",
51-
]
52-
53-
[[package]]
54-
name = "byteorder"
55-
version = "1.4.3"
56-
source = "registry+https://github.com/rust-lang/crates.io-index"
57-
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
58-
5943
[[package]]
6044
name = "cc"
6145
version = "1.0.79"
@@ -388,7 +372,6 @@ dependencies = [
388372
name = "std_detect"
389373
version = "0.1.5"
390374
dependencies = [
391-
"auxv",
392375
"cfg-if",
393376
"compiler_builtins",
394377
"cupid",

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2023-10-21"
2+
channel = "nightly-2023-10-29"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]

0 commit comments

Comments
 (0)