const_fn bitvec + bitvec build fixes

This commit is contained in:
2025-02-18 23:44:56 -05:00
parent c14e5703ef
commit 2ef316ab52
4 changed files with 32 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ bitvec = [ "dep:bitvec" ]
[dependencies]
arrayvec = "0.7"
bitvec = { version = "1", optional = true }
const_fn = "0.4.11"
either = "1.13"
indicatif = "0.17"
lazy_static = "1.5"