From bbf4b8494f3219b662a3ce8c32e44b24b40f6ab4 Mon Sep 17 00:00:00 2001 From: Riley Trautman Date: Fri, 6 Apr 2018 11:06:25 -0500 Subject: [PATCH] Bump version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f7aa7f..50eed39 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,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.4.0-beta" +tokio-zmq = "0.4.0-beta2" futures = "0.2.0-beta" tokio = "0.1" ```