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 4ed1a33 commit 6a186d2Copy full SHA for 6a186d2
croaring-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "croaring-sys"
3
-version = "0.7.0"
+version = "0.8.0"
4
edition = "2021"
5
authors = ["Saulius Grigaliunas <saulius@ninja.lt>"]
6
license = "Apache-2.0"
croaring/Cargo.toml
name = "croaring"
@@ -19,5 +19,5 @@ proptest = "1"
19
roaring = "0.10"
20
21
[dependencies]
22
-ffi = { package = "croaring-sys", path = "../croaring-sys", version = "0.7.0" }
+ffi = { package = "croaring-sys", path = "../croaring-sys", version = "0.8.0" }
23
byteorder = "1"
0 commit comments