Update stdarch/compiler_builtins

Brings in some fixes and better support for the wasm64 target.
This commit is contained in:
Alex Crichton 2021-11-02 07:23:41 -07:00
parent a3b9405ae7
commit 88f1bf73ee
3 changed files with 4 additions and 4 deletions

View file

@ -678,9 +678,9 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.49"
version = "0.1.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2"
checksum = "b6591c2442ee984e2b264638a8b5e7ae44fd47b32d28e3a08e2e9c3cdb0c2fb0"
dependencies = [
"cc",
"rustc-std-workspace-core",

View file

@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
panic_abort = { path = "../panic_abort" }
core = { path = "../core" }
libc = { version = "0.2.106", default-features = false, features = ['rustc-dep-of-std'] }
compiler_builtins = { version = "0.1.44" }
compiler_builtins = { version = "0.1.52" }
profiler_builtins = { path = "../profiler_builtins", optional = true }
unwind = { path = "../unwind" }
hashbrown = { version = "0.11", default-features = false, features = ['rustc-dep-of-std'] }

@ -1 +1 @@
Subproject commit 5fdbc476afc81a789806697fc4a2d9d19b8c9993
Subproject commit 2eb870662bed827c808042a27c5e2ac8225cb0f1