Skip to content

Commit 153f857

Browse files
committed
the restriction does not work if funty always stays optional
1 parent 63880de commit 153f857

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include = [
2828
]
2929

3030
[features]
31-
alloc = ["bitvec/alloc"]
31+
alloc = ["bitvec/alloc", "funty"]
3232
std = ["alloc", "bitvec/std", "memchr/use_std"]
3333
default = ["std", "bitvec", "lexical"]
3434
regexp = ["regex"]
@@ -40,6 +40,7 @@ version = "0.19.3"
4040
optional = true
4141
default-features = false
4242

43+
# we need to restrict funty's version, until we can update bitvec to 0.21
4344
[dependencies.funty]
4445
version = ">1.0, <=1.1"
4546
optional = true

0 commit comments

Comments
 (0)