We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6801b7 commit 99b2e04Copy full SHA for 99b2e04
src/libstd/Cargo.toml
@@ -50,7 +50,7 @@ dlmalloc = { version = "0.1", features = ['rustc-dep-of-std'] }
50
[target.x86_64-fortanix-unknown-sgx.dependencies]
51
fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }
52
53
-[target.x86_64-unknown-hermit.dependencies]
+[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
54
hermit-abi = { version = "0.1", features = ['rustc-dep-of-std'] }
55
56
[target.wasm32-wasi.dependencies]
0 commit comments