diff --git a/Cargo.toml b/Cargo.toml index 1c75fbf..d31ad95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-zmq" description = "Provides Futures abstractions for ZeroMQ on the Tokio event-loop" -version = "0.1.1" +version = "0.1.2" license = "GPL-3.0" authors = ["Riley Trautman "] repository = "https://github.com/asonix/tokio-zmq"