Skip to content

Commit 251715c

Browse files
committed
Update dlmalloc for libstd
This pulls in a fix for wasm64 to work correctly with this dlmalloc
1 parent 910d927 commit 251715c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']
3636
rand = "0.7"
3737

3838
[target.'cfg(any(all(target_family = "wasm", not(target_os = "emscripten")), all(target_vendor = "fortanix", target_env = "sgx")))'.dependencies]
39-
dlmalloc = { version = "0.2.1", features = ['rustc-dep-of-std'] }
39+
dlmalloc = { version = "0.2.2", features = ['rustc-dep-of-std'] }
4040

4141
[target.x86_64-fortanix-unknown-sgx.dependencies]
4242
fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)