Skip to content

Commit 5fb752b

Browse files
committed
std: make fortanix-sgx-abi a public depedenceny
It's exported publicly, so it should not be linted.
1 parent 8c21920 commit 5fb752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rand_xorshift = "0.3.0"
4242
dlmalloc = { version = "0.2.3", features = ['rustc-dep-of-std'] }
4343

4444
[target.x86_64-fortanix-unknown-sgx.dependencies]
45-
fortanix-sgx-abi = { version = "0.5.0", features = ['rustc-dep-of-std'] }
45+
fortanix-sgx-abi = { version = "0.5.0", features = ['rustc-dep-of-std'], public = true }
4646

4747
[target.'cfg(target_os = "hermit")'.dependencies]
4848
hermit-abi = { version = "0.3.0", features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)