Skip to content

Commit b0a10c9

Browse files
committed
chore: Bump compiler_builtins
Actually closes rust-lang#118079.
1 parent da07686 commit b0a10c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

std/Cargo.toml

Lines changed: 3 additions & 3 deletions
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)