From 59340ca0a7d7f8a7b4eb6b966726bfffacbd5dc9 Mon Sep 17 00:00:00 2001 From: Riley Trautman Date: Thu, 4 Jan 2018 16:52:00 -0600 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"