This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch bump-roaring
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git

commit aaed8a6dccf5663fc85389ff08e2a9949155ce1c
Author: Xuanwo <[email protected]>
AuthorDate: Sun Apr 27 21:46:34 2025 +0800

    chore: Pin roaring to released version
    
    Signed-off-by: Xuanwo <[email protected]>
---
 Cargo.lock | 3 ++-
 Cargo.toml | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 4411365b..13062b6d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5472,7 +5472,8 @@ checksum = 
"3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
 [[package]]
 name = "roaring"
 version = "0.10.12"
-source = 
"git+https://github.com/RoaringBitmap/roaring-rs.git#9496afe1e6ad93a8875f901c2579761f7acdc5b0";
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "19e8d2cfa184d94d0726d650a9f4a1be7f9b76ac9fdb954219878dc00c1c1e7b"
 dependencies = [
  "bytemuck",
  "byteorder",
diff --git a/Cargo.toml b/Cargo.toml
index c38706d7..a65eaf7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -64,8 +64,8 @@ datafusion-cli = "45"
 datafusion-sqllogictest = "45"
 derive_builder = "0.20"
 dirs = "6"
-expect-test = "1"
 enum-ordinalize = "4.3.0"
+expect-test = "1"
 faststr = "0.2.31"
 fnv = "1.0.7"
 fs-err = "3.1.0"
@@ -94,7 +94,7 @@ pretty_assertions = "1.4"
 rand = "0.8.5"
 regex = "1.10.5"
 reqwest = { version = "0.12.12", default-features = false, features = ["json"] 
}
-roaring = { version = "0.10", git = 
"https://github.com/RoaringBitmap/roaring-rs.git"; }
+roaring = { version = "0.10" }
 rust_decimal = "1.36"
 serde = { version = "1.0.204", features = ["rc"] }
 serde_bytes = "0.11.15"

Reply via email to