Skip to content

Commit 9796cdd

Browse files
committed
Release 0.4.1
1 parent aceb64b commit 9796cdd

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.4.0"
3+
version = "0.4.1"
44
authors = ["Saulius Grigaliunas <saulius@ninja.lt>"]
55
license = "Apache-2.0"
66
description = "Rust wrapper for CRoaring"
@@ -15,5 +15,5 @@ roaring = "0.5.2"
1515

1616
[dependencies]
1717
libc = "0.2.42"
18-
croaring-sys = { path = "croaring-sys", version = "0.4.0" }
18+
croaring-sys = { path = "croaring-sys", version = "0.4.1" }
1919
byteorder = "1"

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.4.0"
3+
version = "0.4.1"
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)