Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saulius committed Jun 18, 2018
1 parent b13b6fa commit b24bef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "croaring"
version = "0.3.2"
version = "0.3.3"
authors = ["Saulius Grigaliunas <[email protected]>"]
license = "Apache-2.0"
description = "Rust wrapper for CRoaring"
Expand All @@ -16,4 +16,4 @@ roaring = "0.5.2"

[dependencies]
libc = "0.2.42"
croaring-sys = { path = "croaring-sys", version = "0.3.1" }
croaring-sys = { path = "croaring-sys", version = "0.3.3" }
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.3.1"
version = "0.3.3"
authors = ["Saulius Grigaliunas <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/saulius/croaring-rs.git"
Expand Down

0 comments on commit b24bef4

Please sign in to comment.