Skip to content

Commit c84d187

Browse files
committed
Rustup to rustc 1.75.0-nightly (0f44eb3 2023-11-09)
1 parent 6e7961a commit c84d187

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

patches/stdlib-lock.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ dependencies = [
5858

5959
[[package]]
6060
name = "compiler_builtins"
61-
version = "0.1.100"
61+
version = "0.1.103"
6262
source = "registry+https://github.com/rust-lang/crates.io-index"
63-
checksum = "d6c0f24437059853f0fa64afc51f338f93647a3de4cf3358ba1bb4171a199775"
63+
checksum = "a3b73c3443a5fd2438d7ba4853c64e4c8efc2404a9e28a9234cc2d5eebc6c242"
6464
dependencies = [
6565
"cc",
6666
"rustc-std-workspace-core",
@@ -158,9 +158,9 @@ dependencies = [
158158

159159
[[package]]
160160
name = "libc"
161-
version = "0.2.149"
161+
version = "0.2.150"
162162
source = "registry+https://github.com/rust-lang/crates.io-index"
163-
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
163+
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
164164
dependencies = [
165165
"rustc-std-workspace-core",
166166
]
@@ -415,7 +415,6 @@ dependencies = [
415415
name = "unwind"
416416
version = "0.0.0"
417417
dependencies = [
418-
"cc",
419418
"cfg-if",
420419
"compiler_builtins",
421420
"core",

rust-toolchain

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

0 commit comments

Comments
 (0)