fix bitflags min version

This commit is contained in:
teoxoy 2022-04-18 11:12:50 +02:00 committed by Jim Blandy
parent 0e2bb0194b
commit 94467c770f

View File

@ -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