From 6e8375a63e5eacf6bc5b6b28eae36eb010dabb26 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Tue, 24 Aug 2021 20:20:02 -0400 Subject: [PATCH] Pin bitflags to ~1.2 to restore MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0f07203..74ae5d24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = ["chrono"] [dependencies] libc = "0.2" -bitflags = "1" +bitflags = "~1.2" lazy_static = "1" chrono = {version = "0.4", optional = true } byteorder = {version="1", features=["i128"]}