From 8ec6e175e52c1050566ea4460793f073508b83f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Fri, 7 Jun 2024 22:11:26 -0400 Subject: [PATCH] Replace roaring patch to the v0.10.5 --- Cargo.lock | 5 +++-- Cargo.toml | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88af93bd4..4417af63a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index f49d1fd44..5c6c8b376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }