Skip to content

Commit 4630aab

Browse files
committed
Auto merge of rust-lang#97435 - Patryk27:bump-compiler-builtins, r=Dylan-DPC
library/std: Bump compiler_builtins Some neat changes include faster float conversions & fixes for AVR 🙂 (note that's it's my first time upgrading `compiler_builtins`, so I'm not 100% sure if bumping `library/std/Cargo.toml` is enough; certainly seems to be so, though.)
2 parents 8c99f3a + 03d9763 commit 4630aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
1616
panic_abort = { path = "../panic_abort" }
1717
core = { path = "../core" }
1818
libc = { version = "0.2.126", default-features = false, features = ['rustc-dep-of-std'] }
19-
compiler_builtins = { version = "0.1.71" }
19+
compiler_builtins = { version = "0.1.73" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }
2222
hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)