Skip to content

Commit

Permalink
Bump hermit-abi to 0.3.0 and don't restrict hermit-abi architectures (#…
Browse files Browse the repository at this point in the history
…128)

* Bump hermit-abi to 0.3.0

* Don't restrict hermit-abi architectures
  • Loading branch information
mkroening committed Jan 31, 2023
1 parent 5bea3c7 commit 3b6e5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -14,5 +14,5 @@ readme = "README.md"
[target.'cfg(not(windows))'.dependencies]
libc = "0.2.26"

[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
hermit-abi = "0.2.6"
[target.'cfg(target_os = "hermit")'.dependencies]
hermit-abi = "0.3.0"

0 comments on commit 3b6e5f0

Please sign in to comment.