mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-31 06:02:07 +01:00
Merge pull request #108 from JohnTitor/new-connect
Release `actix-connect` v2.0.0-alpha.1
This commit is contained in:
commit
ebc11d03f2
@ -1,6 +1,6 @@
|
||||
# Changes
|
||||
|
||||
## [1.0.3] - 2020-03-01
|
||||
## [2.0.0-alpha.1] - 2020-03-03
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -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"]
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user