Skip to content

Commit

Permalink
Fix zookeeper-derive version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Jun 21, 2017
1 parent 4937bd7 commit f4f5643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy_static = "0.1"
log = "0.3"
mio = "0.5"
snowflake = "1.0.0"
zookeeper_derive = { path = "zookeeper-derive", version = "*" }
zookeeper_derive = { path = "zookeeper-derive", version = "0.3.0" }

[dev-dependencies]
env_logger = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zookeeper_derive"
version = "0.2.2"
version = "0.3.0"
authors = ["Travis Gockel <[email protected]>"]
license = "MIT"
description = "Derive implementations used to build the ZooKeeper library"
Expand Down

0 comments on commit f4f5643

Please sign in to comment.