Skip to content

Commit

Permalink
Merge branch 'latest' into fix_intersect_manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb authored Dec 17, 2024
2 parents c0165bd + 635ffc1 commit 0f006e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ piz = "0.5.0"
primal-check = "0.3.4"
rayon = { version = "1.10.0", optional = true }
rkyv = { version = "0.7.44", optional = true }
roaring = "0.10.8"
roaring = "0.10.9"
roots = "0.0.8"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
Expand All @@ -66,7 +66,7 @@ vec-collections = "0.4.3"

[dev-dependencies]
codspeed-criterion-compat = "2.7.2"
proptest = { version = "1.5.0", default-features = false, features = ["std"]}
proptest = { version = "1.6.0", default-features = false, features = ["std"]}
rand = "0.8.2"
tempfile = "3.14.0"

Expand Down

0 comments on commit 0f006e1

Please sign in to comment.