Skip to content

Commit 1f390e1

Browse files
committed
using latest version of hermit-abi
1 parent d145e4a commit 1f390e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1663,9 +1663,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
16631663

16641664
[[package]]
16651665
name = "hermit-abi"
1666-
version = "0.3.5"
1666+
version = "0.3.6"
16671667
source = "registry+https://github.com/rust-lang/crates.io-index"
1668-
checksum = "d0c62115964e08cb8039170eb33c1d0e2388a256930279edca206fff675f82c3"
1668+
checksum = "bd5256b483761cd23699d0da46cc6fd2ee3be420bbe6d020ae4a091e70b7e9fd"
16691669
dependencies = [
16701670
"compiler_builtins",
16711671
"rustc-std-workspace-alloc",

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dlmalloc = { version = "0.2.4", features = ['rustc-dep-of-std'] }
4848
fortanix-sgx-abi = { version = "0.5.0", features = ['rustc-dep-of-std'], public = true }
4949

5050
[target.'cfg(target_os = "hermit")'.dependencies]
51-
hermit-abi = { version = "0.3.5", features = ['rustc-dep-of-std'], public = true }
51+
hermit-abi = { version = "0.3.6", features = ['rustc-dep-of-std'], public = true }
5252

5353
[target.'cfg(target_os = "wasi")'.dependencies]
5454
wasi = { version = "0.11.0", features = ['rustc-dep-of-std'], default-features = false }

0 commit comments

Comments
 (0)