1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 13:20:37 +02:00

prepare actix-connect release

This commit is contained in:
Nikolay Kim
2019-03-14 22:39:49 -07:00
parent 720230b852
commit b290273e81
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [0.1.0] - 2019-03-xx
## [0.1.0] - 2019-03-14
* Refactor resolver and connector services

View File

@ -6,7 +6,7 @@ description = "Actix Connector - tcp connector service"
keywords = ["network", "framework", "async", "futures"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-net.git"
documentation = "https://docs.rs/actix-net/"
documentation = "https://docs.rs/actix-connect/"
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]