Skip to content

Commit a2b79cd

Browse files
committed
chore: Bump compiler_builtins
Actually closes #118079.
1 parent f536185 commit a2b79cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,9 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
704704

705705
[[package]]
706706
name = "compiler_builtins"
707-
version = "0.1.103"
707+
version = "0.1.104"
708708
source = "registry+https://github.com/rust-lang/crates.io-index"
709-
checksum = "a3b73c3443a5fd2438d7ba4853c64e4c8efc2404a9e28a9234cc2d5eebc6c242"
709+
checksum = "99c3f9035afc33f4358773239573f7d121099856753e1bbd2a6a5207098fc741"
710710
dependencies = [
711711
"cc",
712712
"rustc-std-workspace-core",

library/std/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
1818
panic_abort = { path = "../panic_abort" }
1919
core = { path = "../core", public = true }
2020
libc = { version = "0.2.150", default-features = false, features = ['rustc-dep-of-std'], public = true }
21-
compiler_builtins = { version = "0.1.103" }
21+
compiler_builtins = { version = "0.1.104" }
2222
profiler_builtins = { path = "../profiler_builtins", optional = true }
2323
unwind = { path = "../unwind" }
2424
hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] }
@@ -49,8 +49,8 @@ hermit-abi = { version = "0.3.2", features = ['rustc-dep-of-std'], public = true
4949
wasi = { version = "0.11.0", features = ['rustc-dep-of-std'], default-features = false }
5050

5151
[target.'cfg(target_os = "uefi")'.dependencies]
52-
r-efi = { version = "4.2.0", features = ['rustc-dep-of-std']}
53-
r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std']}
52+
r-efi = { version = "4.2.0", features = ['rustc-dep-of-std'] }
53+
r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std'] }
5454

5555
[features]
5656
backtrace = [

0 commit comments

Comments
 (0)