Skip to content

Commit

Permalink
Pin bitflags to ~1.2 to restore MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
eminence committed Aug 25, 2021
1 parent 9e85e3c commit 6e8375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down

0 comments on commit 6e8375a

Please sign in to comment.