Skip to content

Commit 50c7344

Browse files
committed
define hermit_abi as public depedenceny
It's exported publicly, so it should not be linted.
1 parent 5842a3f commit 50c7344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dlmalloc = { version = "0.2.3", features = ['rustc-dep-of-std'] }
4545
fortanix-sgx-abi = { version = "0.5.0", features = ['rustc-dep-of-std'], public = true }
4646

4747
[target.'cfg(target_os = "hermit")'.dependencies]
48-
hermit-abi = { version = "0.3.0", features = ['rustc-dep-of-std'] }
48+
hermit-abi = { version = "0.3.1", features = ['rustc-dep-of-std'], public = true }
4949

5050
[target.wasm32-wasi.dependencies]
5151
wasi = { version = "0.11.0", features = ['rustc-dep-of-std'], default-features = false }

0 commit comments

Comments
 (0)