Skip to content

Commit

Permalink
use latest hermit-abi
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Apr 23, 2024
1 parent 827c4f2 commit 3ae4d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ log = { version = "0.4.8", optional = true }
libc = "0.2.149"

[target.'cfg(target_os = "hermit")'.dependencies]
libc = { package = "hermit-abi", version = "0.3.8" }
libc = { package = "hermit-abi", version = "0.3.9" }

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48"
Expand Down

0 comments on commit 3ae4d4b

Please sign in to comment.