We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63880de commit 153f857Copy full SHA for 153f857
Cargo.toml
@@ -28,7 +28,7 @@ include = [
28
]
29
30
[features]
31
-alloc = ["bitvec/alloc"]
+alloc = ["bitvec/alloc", "funty"]
32
std = ["alloc", "bitvec/std", "memchr/use_std"]
33
default = ["std", "bitvec", "lexical"]
34
regexp = ["regex"]
@@ -40,6 +40,7 @@ version = "0.19.3"
40
optional = true
41
default-features = false
42
43
+# we need to restrict funty's version, until we can update bitvec to 0.21
44
[dependencies.funty]
45
version = ">1.0, <=1.1"
46
0 commit comments