We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114fb86 commit 886085aCopy full SHA for 886085a
library/std/Cargo.toml
@@ -38,7 +38,7 @@ features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']
38
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
39
rand_xorshift = "0.3.0"
40
41
-[target.'cfg(any(all(target_family = "wasm", not(target_os = "emscripten")), all(target_vendor = "fortanix", target_env = "sgx")))'.dependencies]
+[target.'cfg(any(all(target_family = "wasm", target_os = "unknown"), all(target_vendor = "fortanix", target_env = "sgx")))'.dependencies]
42
dlmalloc = { version = "0.2.3", features = ['rustc-dep-of-std'] }
43
44
[target.x86_64-fortanix-unknown-sgx.dependencies]
0 commit comments