Skip to content

Commit

Permalink
bump minimum libc version
Browse files Browse the repository at this point in the history
  • Loading branch information
nivkner committed Jun 13, 2018
1 parent 9b871fb commit fb35f90
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 @@ -17,7 +17,7 @@ travis-ci = { repository = "alexcrichton/mio-uds" }

[target."cfg(unix)".dependencies]
iovec = "0.1"
libc = "0.2"
libc = "0.2.42"
mio = "0.6.5"

[dev-dependencies]
Expand Down

0 comments on commit fb35f90

Please sign in to comment.