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

View File

@ -27,7 +27,7 @@ once_cell = "1.5.2"
ordered-float = "2.1.1"
rayon = "1.5.0"
regex = "1.4.3"
roaring = "0.6.5"
roaring = { git = "https://github.com/RoaringBitmap/roaring-rs", branch = "optimize-ops" }
serde = { version = "1.0.123", features = ["derive"] }
serde_json = { version = "1.0.62", features = ["preserve_order"] }
slice-group-by = "0.2.6"