Skip to content

Commit acb92f9

Browse files
committed
use latest version of hermit-abi
0.3.0 and 0.3.1 have an issue and will be yanked. Consequently, std should switch to 0.3.2.
1 parent df540ed commit acb92f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1", features = ['rustc-dep-of-std'], public = true }
48+
hermit-abi = { version = "0.3.2", 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)