Skip to content

Commit

Permalink
Merge pull request #300 from RoaringBitmap/bump-release-0-10-7
Browse files Browse the repository at this point in the history
Bump version to v0.10.7
  • Loading branch information
Kerollmops authored Nov 27, 2024
2 parents d491df6 + 50763bf commit f532063
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roaring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roaring"
version = "0.10.6"
version = "0.10.7"
rust-version = "1.65.0"
authors = ["Wim Looman <[email protected]>", "Kerollmops <[email protected]>"]
description = "A better compressed bitset - pure Rust implementation"
Expand Down Expand Up @@ -30,4 +30,3 @@ std = ["dep:bytemuck", "dep:byteorder"]
proptest = { workspace = true }
serde_json = { workspace = true }
bincode = { workspace = true }

0 comments on commit f532063

Please sign in to comment.