From 91118bb2ce4d51e887a6cf1b09bbb3e7ead3cad0 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 3 Mar 2020 17:24:25 +0900 Subject: [PATCH 1/2] Bump up to 2.0.0-alpha.1 --- 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 5f0dd2ae..90d6667b 100644 --- a/actix-connect/CHANGES.md +++ b/actix-connect/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [1.0.3] - 2020-03-01 +## [2.0.0-alpha.1] - 2020-03-03 ### Changed diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index 8e91a138..6beee4e7 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-connect" -version = "1.0.2" +version = "2.0.0-alpha.1" authors = ["Nikolay Kim "] description = "Actix connect - tcp connector service" keywords = ["network", "framework", "async", "futures"] From e3ad5de2702c663519b1f7630e14e4ca58d0b8fd Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 3 Mar 2020 17:24:41 +0900 Subject: [PATCH 2/2] Update `actix-connect` dependency --- 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 c20da1ff..13a7eeed 100644 --- a/actix-ioframe/Cargo.toml +++ b/actix-ioframe/Cargo.toml @@ -27,5 +27,5 @@ pin-project = "0.4.6" log = "0.4" [dev-dependencies] -actix-connect = "1.0.0" +actix-connect = "2.0.0-alpha.1" actix-testing = "1.0.0"