Fix forgotten typo tests

This commit is contained in:
many
2021-04-21 11:44:29 +02:00
parent e77291a6f3
commit 71740805a7
3 changed files with 16 additions and 5 deletions

14
Cargo.lock generated
View File

@ -1005,7 +1005,7 @@ dependencies = [
"heed",
"jemallocator",
"milli",
"roaring",
"roaring 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json",
"stderrlog",
"structopt",
@ -1287,7 +1287,7 @@ dependencies = [
"rand 0.8.3",
"rayon",
"regex",
"roaring",
"roaring 0.6.5 (git+https://github.com/RoaringBitmap/roaring-rs?branch=optimize-ops)",
"serde",
"serde_json",
"slice-group-by",
@ -1973,6 +1973,16 @@ dependencies = [
"retain_mut",
]
[[package]]
name = "roaring"
version = "0.6.5"
source = "git+https://github.com/RoaringBitmap/roaring-rs?branch=optimize-ops#6689f8c9dd2efdbfde4442d4d803e87169780593"
dependencies = [
"bytemuck",
"byteorder",
"retain_mut",
]
[[package]]
name = "rustc_version"
version = "0.2.3"