rust: require at least libc 0.2.33

Required to be higher than 0.2.24 for IPPROTO_UDP. Upgraded to latest
version.
pull/3009/head
Victor Julien 7 years ago
parent 83808bbdad
commit bb65a48edd

@ -15,7 +15,7 @@ strict = []
[dependencies]
nom = "~3.0"
libc = "~0.2.0"
libc = "^0.2.33"
crc = "~1.4.0"
ntp-parser = { version = "^0", optional = true }

Loading…
Cancel
Save