We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7751b commit 25b554cCopy full SHA for 25b554c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "croaring"
3
-version = "0.2.1"
+version = "0.3.0"
4
authors = ["Saulius Grigaliunas <saulius@ninja.lt>"]
5
license = "Apache-2.0"
6
description = "Rust wrapper for CRoaring"
@@ -16,4 +16,4 @@ roaring = "0.5.2"
16
17
[dependencies]
18
libc = "0.2"
19
-croaring-sys = { path = "croaring-sys", version = "0.2.1" }
+croaring-sys = { path = "croaring-sys", version = "0.3.0" }
croaring-sys/Cargo.toml
name = "croaring-sys"
repository = "https://github.com/saulius/croaring-rs.git"
0 commit comments