From 41694363a9069f854c7d4fcce94aacdc51b6cc2d Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 16 Jan 2021 09:59:31 +0100 Subject: [PATCH] rust: lock to byteorder ~1.3.4 to avoid MSRV bump --- 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 02776af384..7bb07c552a 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -18,7 +18,7 @@ debug = [] [dependencies] nom = "4.2" bitflags = "1.0" -byteorder = "1.3" +byteorder = "~1.3.4" crc = "1.8" memchr = "2.2" num = "0.2" -- 2.47.2