From bb65a48edd981cde55adcfa8ece89cfd509dc04b Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 22 Nov 2017 15:40:49 +0100 Subject: [PATCH] rust: require at least libc 0.2.33 Required to be higher than 0.2.24 for IPPROTO_UDP. Upgraded to latest version. --- rust/Cargo.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index f183733535..98d7172511 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -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 }