Skip to content

Commit

Permalink
the restriction does not work if funty always stays optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Feb 15, 2021
1 parent 63880de commit 153f857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include = [
]

[features]
alloc = ["bitvec/alloc"]
alloc = ["bitvec/alloc", "funty"]
std = ["alloc", "bitvec/std", "memchr/use_std"]
default = ["std", "bitvec", "lexical"]
regexp = ["regex"]
Expand All @@ -40,6 +40,7 @@ version = "0.19.3"
optional = true
default-features = false

# we need to restrict funty's version, until we can update bitvec to 0.21
[dependencies.funty]
version = ">1.0, <=1.1"
optional = true
Expand Down

0 comments on commit 153f857

Please sign in to comment.