Skip to content

Commit 56e00e3

Browse files
committed
Update stdarch/dlmalloc
Ensure that they compile with the now-a-feature-is-required logic.
1 parent bc7be9a commit 56e00e3

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
@@ -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.2", features = ['rustc-dep-of-std'] }
39+
dlmalloc = { version = "0.2.3", 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'] }

stdarch

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

0 commit comments

Comments
 (0)