We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fortanix-sgx-abi
1 parent 8c21920 commit 5fb752bCopy full SHA for 5fb752b
library/std/Cargo.toml
@@ -42,7 +42,7 @@ rand_xorshift = "0.3.0"
42
dlmalloc = { version = "0.2.3", features = ['rustc-dep-of-std'] }
43
44
[target.x86_64-fortanix-unknown-sgx.dependencies]
45
-fortanix-sgx-abi = { version = "0.5.0", features = ['rustc-dep-of-std'] }
+fortanix-sgx-abi = { version = "0.5.0", features = ['rustc-dep-of-std'], public = true }
46
47
[target.'cfg(target_os = "hermit")'.dependencies]
48
hermit-abi = { version = "0.3.0", features = ['rustc-dep-of-std'] }
0 commit comments