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 8b7c69d commit e8db686Copy full SHA for e8db686
std/Cargo.toml
@@ -42,7 +42,7 @@ dlmalloc = { version = "0.2.1", features = ['rustc-dep-of-std'] }
42
fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }
43
44
[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
45
-hermit-abi = { version = "0.1.17", features = ['rustc-dep-of-std'] }
+hermit-abi = { version = "0.1.19", features = ['rustc-dep-of-std'] }
46
47
[target.wasm32-wasi.dependencies]
48
wasi = { version = "0.9.0", features = ['rustc-dep-of-std'], default-features = false }
0 commit comments