Skip to content

Commit 88f1bf7

Browse files
committed
Update stdarch/compiler_builtins
Brings in some fixes and better support for the wasm64 target.
1 parent a3b9405 commit 88f1bf7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -678,9 +678,9 @@ dependencies = [
678678

679679
[[package]]
680680
name = "compiler_builtins"
681-
version = "0.1.49"
681+
version = "0.1.52"
682682
source = "registry+https://github.com/rust-lang/crates.io-index"
683-
checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2"
683+
checksum = "b6591c2442ee984e2b264638a8b5e7ae44fd47b32d28e3a08e2e9c3cdb0c2fb0"
684684
dependencies = [
685685
"cc",
686686
"rustc-std-workspace-core",

library/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.106", default-features = false, features = ['rustc-dep-of-std'] }
19-
compiler_builtins = { version = "0.1.44" }
19+
compiler_builtins = { version = "0.1.52" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }
2222
hashbrown = { version = "0.11", default-features = false, features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)