From a899b1e04d6778b280a4a229090e4bca5a025438 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 7 Dec 2019 10:55:54 +0600 Subject: [PATCH] bump actix-ioframe version --- actix-ioframe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-ioframe/Cargo.toml b/actix-ioframe/Cargo.toml index f4315b6f..e30b84f3 100644 --- a/actix-ioframe/Cargo.toml +++ b/actix-ioframe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-ioframe" -version = "0.3.0-alpha.2" +version = "0.3.0-alpha.3" authors = ["Nikolay Kim "] description = "Actix framed service" keywords = ["network", "framework", "async", "futures"]