Skip to content

Commit 910d927

Browse files
committed
Update stdarch/compiler_builtins
Brings in some fixes and better support for the wasm64 target.
1 parent 490056d commit 910d927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.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'] }

stdarch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 5fdbc476afc81a789806697fc4a2d9d19b8c9993
1+
Subproject commit 2eb870662bed827c808042a27c5e2ac8225cb0f1

0 commit comments

Comments
 (0)