From 639f3d265edad49a82a85bb2f250b26b95cdfb4c Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 16 Jun 2020 08:04:49 -0600 Subject: [PATCH] rust: lock to nom 5.1.1 5.1.2 pulls in dependencies that don't build on Rust 1.34. --- 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 b49f11e556..61f4a73ab9 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -18,7 +18,7 @@ debug = [] debug-validate = [] [dependencies] -nom = "5.0" +nom = "= 5.1.1" bitflags = "1.0" byteorder = "1.3" uuid = "0.8" -- 2.47.2