Skip to content

Commit 2db40bb

Browse files
Rollup merge of rust-lang#118645 - Patryk27:bump-compiler-builtins, r=Nilstrieb,dtolnay
chore: Bump compiler_builtins Actually closes rust-lang#118079.
2 parents ccdd384 + b0a10c9 commit 2db40bb

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'] }
@@ -54,8 +54,8 @@ hermit-abi = { version = "0.3.2", features = ['rustc-dep-of-std'], public = true
5454
wasi = { version = "0.11.0", features = ['rustc-dep-of-std'], default-features = false }
5555

5656
[target.'cfg(target_os = "uefi")'.dependencies]
57-
r-efi = { version = "4.2.0", features = ['rustc-dep-of-std']}
58-
r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std']}
57+
r-efi = { version = "4.2.0", features = ['rustc-dep-of-std'] }
58+
r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std'] }
5959

6060
[features]
6161
backtrace = [

0 commit comments

Comments
 (0)