Patch the CBO roaring encoders to use the main branch

This commit is contained in:
Kerollmops
2025-06-17 12:13:06 +02:00
parent abb399b802
commit 67b08a180f
5 changed files with 14 additions and 6 deletions

View File

@@ -49,3 +49,6 @@ opt-level = 3
opt-level = 3
[profile.dev.package.roaring]
opt-level = 3
[patch.crates-io]
roaring = { git = "https://github.com/RoaringBitmap/roaring-rs.git" }