Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
petehayes102 committed Jun 21, 2016
1 parent 9d9792b commit e8515e1
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 = "czmq"
version = "0.0.3"
version = "0.0.4"
authors = ["Pete Hayes <pete@hayes.id.au>"]
license = "MIT/Apache-2.0"
description = "High-level bindings to the CZMQ library"
Expand All @@ -9,7 +9,7 @@ homepage = "https://petehayes102.github.io/rust-czmq"

[dependencies]
bitflags = "0.5.*"
czmq-sys = { version = "0.0.2", path = "czmq-sys" }
czmq-sys = { version = "0.0.3", path = "czmq-sys" }
zmq = { git = "https://github.com/petehayes102/rust-zmq.git", branch = "tmp-master" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion czmq-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "czmq-sys"
version = "0.0.2"
version = "0.0.3"
authors = ["Pete Hayes <pete@hayes.id.au>"]
license = "MIT/Apache-2.0"
description = "Low-level bindings to the CZMQ library"
Expand Down

0 comments on commit e8515e1

Please sign in to comment.