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 5842a3f commit 50c7344Copy full SHA for 50c7344
library/std/Cargo.toml
@@ -45,7 +45,7 @@ dlmalloc = { version = "0.2.3", features = ['rustc-dep-of-std'] }
45
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'] }
+hermit-abi = { version = "0.3.1", features = ['rustc-dep-of-std'], public = true }
49
50
[target.wasm32-wasi.dependencies]
51
wasi = { version = "0.11.0", features = ['rustc-dep-of-std'], default-features = false }
0 commit comments