Skip to content

Commit 7a5ad1f

Browse files
authored
chore: Pin roaring to released version (#1269)
1 parent 95ccf92 commit 7a5ad1f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ datafusion-cli = "45"
6464
datafusion-sqllogictest = "45"
6565
derive_builder = "0.20"
6666
dirs = "6"
67-
expect-test = "1"
6867
enum-ordinalize = "4.3.0"
68+
expect-test = "1"
6969
faststr = "0.2.31"
7070
fnv = "1.0.7"
7171
fs-err = "3.1.0"
@@ -94,7 +94,7 @@ pretty_assertions = "1.4"
9494
rand = "0.8.5"
9595
regex = "1.10.5"
9696
reqwest = { version = "0.12.12", default-features = false, features = ["json"] }
97-
roaring = { version = "0.10", git = "https://github.com/RoaringBitmap/roaring-rs.git" }
97+
roaring = { version = "0.10.12" }
9898
rust_decimal = "1.36"
9999
serde = { version = "1.0.204", features = ["rc"] }
100100
serde_bytes = "0.11.15"

0 commit comments

Comments
 (0)