From b125e2bdce60584d34972aabd4af5291b4139735 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 8 May 2020 01:07:57 +0900 Subject: [PATCH] actix-connect: Bump up to 2.0.0-alpha.3 --- actix-connect/CHANGES.md | 2 +- actix-connect/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-connect/CHANGES.md b/actix-connect/CHANGES.md index 647658ae..7a230fe9 100644 --- a/actix-connect/CHANGES.md +++ b/actix-connect/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [Unreleased] +## [2.0.0-alpha.3] - 2020-05-08 ### Fixed diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index 739dfee8..bd72b22e 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-connect" -version = "2.0.0-alpha.2" +version = "2.0.0-alpha.3" authors = ["Nikolay Kim "] description = "Actix connect - tcp connector service" keywords = ["network", "framework", "async", "futures"]