Skip to content

Commit f532063

Browse files
authored
Merge pull request #300 from RoaringBitmap/bump-release-0-10-7
Bump version to v0.10.7
2 parents d491df6 + 50763bf commit f532063

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roaring/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "roaring"
3-
version = "0.10.6"
3+
version = "0.10.7"
44
rust-version = "1.65.0"
55
authors = ["Wim Looman <wim@nemo157.com>", "Kerollmops <kero@meilisearch.com>"]
66
description = "A better compressed bitset - pure Rust implementation"
@@ -30,4 +30,3 @@ std = ["dep:bytemuck", "dep:byteorder"]
3030
proptest = { workspace = true }
3131
serde_json = { workspace = true }
3232
bincode = { workspace = true }
33-

0 commit comments

Comments
 (0)