Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asonix committed Jan 5, 2018
1 parent 43985a5 commit dc159f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tokio-zmq"
description = "Provides Futures abstractions for ZeroMQ on the Tokio event-loop"
version = "0.1.2"
version = "0.1.3"
license = "GPL-3.0"
authors = ["Riley Trautman <asonix.dev@gmail.com>"]
repository = "https://github.com/asonix/tokio-zmq"
Expand All @@ -14,7 +14,7 @@ futures = "0.1"
tokio-core = "0.1"
tokio-file-unix = "0.4"
log = "0.4"
tokio-zmq-derive = { path = "tokio-zmq-derive" }
tokio-zmq-derive = { path = "tokio-zmq-derive", version = "0.1.0" }

[dev-dependencies]
env_logger = "0.4"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ See the [examples folder](https://github.com/asonix/zmq-futures/tree/master/exam
Add the following to your Cargo.toml
```toml
zmq = "0.8"
tokio-zmq = "0.1.2"
tokio-zmq = "0.1.3"
futures = "0.1"
tokio-core = "0.1"
```
Expand Down

0 comments on commit dc159f8

Please sign in to comment.