Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 98fcc3f

Browse files
committed
using the latest version of libhermit-rs
1 parent 16d65d0 commit 98fcc3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,9 +1328,9 @@ dependencies = [
13281328

13291329
[[package]]
13301330
name = "hermit-abi"
1331-
version = "0.1.15"
1331+
version = "0.1.17"
13321332
source = "registry+https://github.com/rust-lang/crates.io-index"
1333-
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
1333+
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
13341334
dependencies = [
13351335
"compiler_builtins",
13361336
"libc",

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dlmalloc = { version = "0.1", features = ['rustc-dep-of-std'] }
4242
fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }
4343

4444
[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
45-
hermit-abi = { version = "0.1.15", features = ['rustc-dep-of-std'] }
45+
hermit-abi = { version = "0.1.17", features = ['rustc-dep-of-std'] }
4646

4747
[target.wasm32-wasi.dependencies]
4848
wasi = { version = "0.9.0", features = ['rustc-dep-of-std'], default-features = false }

0 commit comments

Comments
 (0)