Skip to content

Commit

Permalink
std: make fortanix-sgx-abi a public depedenceny
Browse files Browse the repository at this point in the history
It's exported publicly, so it should not be linted.
  • Loading branch information
notriddle committed May 25, 2023
1 parent 8c21920 commit 5fb752b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rand_xorshift = "0.3.0"
dlmalloc = { version = "0.2.3", features = ['rustc-dep-of-std'] }

[target.x86_64-fortanix-unknown-sgx.dependencies]
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 }

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

0 comments on commit 5fb752b

Please sign in to comment.