Skip to content

Commit 3ae4d4b

Browse files
committed
use latest hermit-abi
1 parent 827c4f2 commit 3ae4d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ log = { version = "0.4.8", optional = true }
4949
libc = "0.2.149"
5050

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

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

0 commit comments

Comments
 (0)