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 1753b9c commit c7563ffCopy full SHA for c7563ff
croaring-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "croaring-sys"
3
-version = "0.9.0"
+version = "1.0.0"
4
edition = "2021"
5
authors = ["croaring-rs developers"]
6
license = "Apache-2.0"
croaring/Cargo.toml
name = "croaring"
@@ -20,7 +20,7 @@ roaring = "0.10"
20
criterion = { version = "0.5", features = ["html_reports"] }
21
22
[dependencies]
23
-ffi = { package = "croaring-sys", path = "../croaring-sys", version = "0.9.0" }
+ffi = { package = "croaring-sys", path = "../croaring-sys", version = "1.0.0" }
24
byteorder = "1"
25
26
[[bench]]
0 commit comments