Update byte-slice-cast version and add bitvec benches (#95)
... | ... | @@ -13,12 +13,13 @@ arrayvec = { version = "0.4", default-features = false, features = ["array-sizes |
serde = { version = "1.0", optional = true } | ||
parity-scale-codec-derive = { path = "derive", version = "1.0", default-features = false, optional = true } | ||
bitvec = { version = "0.11", default-features = false, features = ["alloc"], optional = true } | ||
byte-slice-cast = { version = "0.3", optional = true } | ||
byte-slice-cast = { version = "0.3.1", optional = true } | ||
[dev-dependencies] | ||
serde_derive = { version = "1.0" } | ||
parity-scale-codec-derive = { path = "derive", version = "1.0", default-features = false } | ||
criterion = "0.2" | ||
bitvec = "0.11" | ||
[[bench]] | ||
name = "benches" | ||
... | ... |
Please register or sign in to comment