Skip to content

Commit 6324e5c

Browse files
committed
Bump compiler-builtins to 0.1.85
1 parent 7632db0 commit 6324e5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,9 +809,9 @@ dependencies = [
809809

810810
[[package]]
811811
name = "compiler_builtins"
812-
version = "0.1.84"
812+
version = "0.1.85"
813813
source = "registry+https://github.com/rust-lang/crates.io-index"
814-
checksum = "989b2c1ca6e90ad06fdc69d1d1862fa28d27a977be6d92ae2fa762cf61fe0b10"
814+
checksum = "13e81c6cd7ab79f51a0c927d22858d61ad12bd0b3865f0b13ece02a4486aeabb"
815815
dependencies = [
816816
"cc",
817817
"rustc-std-workspace-core",

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.138", default-features = false, features = ['rustc-dep-of-std'] }
19-
compiler_builtins = { version = "0.1.82" }
19+
compiler_builtins = { version = "0.1.85" }
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)