Skip to content

Commit 6a186d2

Browse files
committed
Release 0.8.0
1 parent 4ed1a33 commit 6a186d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

croaring-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "croaring-sys"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
authors = ["Saulius Grigaliunas <saulius@ninja.lt>"]
66
license = "Apache-2.0"

croaring/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "croaring"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
authors = ["Saulius Grigaliunas <saulius@ninja.lt>"]
66
license = "Apache-2.0"
@@ -19,5 +19,5 @@ proptest = "1"
1919
roaring = "0.10"
2020

2121
[dependencies]
22-
ffi = { package = "croaring-sys", path = "../croaring-sys", version = "0.7.0" }
22+
ffi = { package = "croaring-sys", path = "../croaring-sys", version = "0.8.0" }
2323
byteorder = "1"

0 commit comments

Comments
 (0)