Replace roaring patch to the v0.10.5

This commit is contained in:
Clément Renault 2024-06-07 22:11:26 -04:00
parent 75b2e02cd2
commit 8ec6e175e5
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F
2 changed files with 3 additions and 5 deletions

5
Cargo.lock generated
View File

@ -4394,8 +4394,9 @@ dependencies = [
[[package]]
name = "roaring"
version = "0.10.4"
source = "git+https://github.com/RoaringBitmap/roaring-rs?branch=intersection-with-serialized#88b848b84cf7c8cc8d2ea02dfff77b5a54d822ec"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7699249cc2c7d71939f30868f47e9d7add0bdc030d90ee10bfd16887ff8bb1c8"
dependencies = [
"bytemuck",
"byteorder",

View File

@ -64,6 +64,3 @@ 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" }