Fix bitflags at 1.2 (#1190)

This commit is contained in:
Dzmitry Malyshau
2021-08-12 00:57:13 -04:00
committed by GitHub
parent 47b9f4a2e5
commit d55645ac1e

View File

@@ -15,7 +15,8 @@ resolver = "2"
all-features = true
[dependencies]
bitflags = "1"
# bitflags 1.3 requires Rust-1.46
bitflags = "~1.2"
bit-set = "0.5"
codespan-reporting = { version = "0.11.0", optional = true }
fxhash = "0.2"