From 0105d4f017127f9696646e7d0176caec47a7c169 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Sun, 28 Mar 2021 17:53:50 +0200 Subject: [PATCH] rust: bump bitflags dependency version So that lexical-core, needed by nom, and using bitflags is used with version 0.7.5 instead of version 0.7.0 which fixed the fact that BITS is now a reserved keyword in nightly 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 214499b1db..89681f478c 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -21,7 +21,7 @@ function-macro = [] [dependencies] nom = "~5.1.2" -bitflags = "~1.0.4" +bitflags = "~1.2.1" byteorder = "~1.4.2" uuid = "~0.8.2" crc = "~1.8.1" -- 2.47.2