Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saulius committed Sep 10, 2023
1 parent 1753b9c commit c7563ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion croaring-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "croaring-sys"
version = "0.9.0"
version = "1.0.0"
edition = "2021"
authors = ["croaring-rs developers"]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions croaring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "croaring"
version = "0.9.0"
version = "1.0.0"
edition = "2021"
authors = ["croaring-rs developers"]
license = "Apache-2.0"
Expand All @@ -20,7 +20,7 @@ roaring = "0.10"
criterion = { version = "0.5", features = ["html_reports"] }

[dependencies]
ffi = { package = "croaring-sys", path = "../croaring-sys", version = "0.9.0" }
ffi = { package = "croaring-sys", path = "../croaring-sys", version = "1.0.0" }
byteorder = "1"

[[bench]]
Expand Down

0 comments on commit c7563ff

Please sign in to comment.