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

7
Cargo.lock generated
View File

@@ -142,6 +142,12 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "const_fn"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f8a2ca5ac02d09563609681103aada9e1777d54fc57a5acd7a41404f9c93b6e"
[[package]]
name = "criterion"
version = "0.5.1"
@@ -425,6 +431,7 @@ version = "0.1.0"
dependencies = [
"arrayvec",
"bitvec",
"const_fn",
"criterion",
"either",
"indicatif",