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 aceb64b commit 9796cddCopy full SHA for 9796cdd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "croaring"
3
-version = "0.4.0"
+version = "0.4.1"
4
authors = ["Saulius Grigaliunas <saulius@ninja.lt>"]
5
license = "Apache-2.0"
6
description = "Rust wrapper for CRoaring"
@@ -15,5 +15,5 @@ roaring = "0.5.2"
15
16
[dependencies]
17
libc = "0.2.42"
18
-croaring-sys = { path = "croaring-sys", version = "0.4.0" }
+croaring-sys = { path = "croaring-sys", version = "0.4.1" }
19
byteorder = "1"
croaring-sys/Cargo.toml
name = "croaring-sys"
repository = "https://github.com/saulius/croaring-rs.git"
0 commit comments