Skip to content

Commit 0e5ce27

Browse files
committed
Bump version dep on libc
1 parent e67ccb0 commit 0e5ce27

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
@@ -33,7 +33,7 @@ memmap = { version = "0.7.0", optional = true }
3333
object = { version = "0.9.0", optional = true }
3434

3535
[target.'cfg(unix)'.dependencies]
36-
libc = { version = "0.2", default-features = false }
36+
libc = { version = "0.2.45", default-features = false }
3737

3838
[target.'cfg(windows)'.dependencies]
3939
winapi = { version = "0.3.3", features = ["dbghelp", "processthreadsapi", "winnt", "minwindef"] }

0 commit comments

Comments
 (0)