Skip to content

Commit

Permalink
Update minimum requirement for libc to 0.2.29
Browse files Browse the repository at this point in the history
v0.2.29 adds missing IPPROTO_UDP bindings

See: nix-rust/nix#647
  • Loading branch information
Andrej Mihajlov committed Aug 15, 2017
1 parent 2a51ecd commit 35e0d3b
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 @@ -19,7 +19,7 @@ path = "src/main.rs"
errno = "0.2"
error-chain = "0.10"
ioctl-sys = "0.5.2"
libc = "0.2"
libc = "0.2.29"
derive_builder = "0.4"
ipnetwork = "0.12"

Expand Down

0 comments on commit 35e0d3b

Please sign in to comment.