Patch roaring to use the version supporting intersection on deserialization

This commit is contained in:
Clément Renault
2024-06-05 15:23:26 -04:00
parent 531e3d7d6a
commit ff2e498267
2 changed files with 5 additions and 10 deletions

View File

@ -64,3 +64,6 @@ opt-level = 3
opt-level = 3
[profile.bench.package.yada]
opt-level = 3
[patch.crates-io]
roaring = { git = "https://github.com/RoaringBitmap/roaring-rs", branch = "intersection-with-serialized" }