Skip to content

Commit 25b554c

Browse files
committed
Release 0.3.0
1 parent 0a7751b commit 25b554c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.2.1"
3+
version = "0.3.0"
44
authors = ["Saulius Grigaliunas <saulius@ninja.lt>"]
55
license = "Apache-2.0"
66
description = "Rust wrapper for CRoaring"
@@ -16,4 +16,4 @@ roaring = "0.5.2"
1616

1717
[dependencies]
1818
libc = "0.2"
19-
croaring-sys = { path = "croaring-sys", version = "0.2.1" }
19+
croaring-sys = { path = "croaring-sys", version = "0.3.0" }

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.2.1"
3+
version = "0.3.0"
44
authors = ["Saulius Grigaliunas <saulius@ninja.lt>"]
55
license = "Apache-2.0"
66
repository = "https://github.com/saulius/croaring-rs.git"

0 commit comments

Comments
 (0)