From 94467c770fe9a0a6d451bdcbf05040e5ca0a0be5 Mon Sep 17 00:00:00 2001 From: teoxoy <28601907+teoxoy@users.noreply.github.com> Date: Mon, 18 Apr 2022 11:12:50 +0200 Subject: [PATCH] fix bitflags min version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f65cefbcf8..2e0cca822a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ harness = false [dependencies] arbitrary = { version = "1.0.2", features = ["derive"], optional = true } -bitflags = "1.0.4" +bitflags = "1.0.5" bit-set = "0.5" termcolor = "1.0.4" # remove termcolor dep when updating to the next version of codespan-reporting