1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-31 08:12:07 +01:00

Merge pull request #108 from JohnTitor/new-connect

Release `actix-connect` v2.0.0-alpha.1
This commit is contained in:
Yuki Okushi 2020-03-03 18:33:08 +09:00 committed by GitHub
commit ebc11d03f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [1.0.3] - 2020-03-01
## [2.0.0-alpha.1] - 2020-03-03
### Changed

View File

@ -1,6 +1,6 @@
[package]
name = "actix-connect"
version = "1.0.2"
version = "2.0.0-alpha.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix connect - tcp connector service"
keywords = ["network", "framework", "async", "futures"]

View File

@ -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"