Skip to content

Commit

Permalink
Restrict the bitvec->funty dependency to <=1.1
Browse files Browse the repository at this point in the history
bitvec depends on `funty` 1.0 but bitvec 0.19.x is incompatible with `funty` 1.2
  • Loading branch information
nickelc authored and Geal committed Feb 15, 2021
1 parent 28d18a6 commit dba1e0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ version = "0.19.3"
optional = true
default-features = false

[dependencies.funty]
version = ">1.0, <=1.1"
optional = true
default-features = false

[dependencies.regex]
version = "^1.0"
optional = true
Expand Down

0 comments on commit dba1e0a

Please sign in to comment.