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 4d9aad4 commit fcf8e46Copy full SHA for fcf8e46
croaring-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "croaring-sys"
3
-version = "0.6.1"
+version = "0.6.2"
4
edition = "2021"
5
authors = ["Saulius Grigaliunas <saulius@ninja.lt>"]
6
license = "Apache-2.0"
croaring/Cargo.toml
name = "croaring"
@@ -16,5 +16,5 @@ roaring = "0.10"
16
17
[dependencies]
18
libc = "0.2"
19
-ffi = { package = "croaring-sys", path = "../croaring-sys", version = "0.6.1" }
+ffi = { package = "croaring-sys", path = "../croaring-sys", version = "0.6.2" }
20
byteorder = "1"
0 commit comments