Skip to content

Commit 0752b93

Browse files
committed
Bump required version of libc
Closes #6
1 parent fcba642 commit 0752b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rustdoc-args = [
2323

2424
[target.'cfg(unix)'.dependencies]
2525
crossbeam-channel = { version = "0.5", optional = true }
26-
libc = "0.2.82"
26+
libc = "0.2.98"
2727

2828
[target.'cfg(windows)'.dependencies]
2929
winapi = { version = "0.3", features = ["handleapi", "processthreadsapi", "synchapi", "winbase", "winerror"] }

0 commit comments

Comments
 (0)