Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saulius committed Oct 9, 2016
1 parent 2de871a commit 4a94596
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.2"
version = "0.1.3"
authors = ["Saulius Grigaliunas <[email protected]>"]
license = "Apache-2.0"
description = "Rust wrapper for CRoaring"
Expand All @@ -16,4 +16,4 @@ roaring = "0.4"

[dependencies]
libc = "0.2"
croaring-sys = { path = "croaring-sys", version = "0.1.2" }
croaring-sys = { path = "croaring-sys", version = "0.1.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.1.2"
version = "0.1.3"
authors = ["Saulius Grigaliunas <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/saulius/croaring-rs.git"
Expand Down
2 changes: 1 addition & 1 deletion systest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "systest"
version = "0.1.2"
version = "0.1.3"
authors = ["Saulius Grigaliunas <[email protected]>"]
build = "build.rs"

Expand Down

0 comments on commit 4a94596

Please sign in to comment.