mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-19 07:14:41 +01:00
Merge pull request #117 from actix/new-connect
Release actix-http v2.0.0-alpha.2
This commit is contained in:
commit
4be11b541b
@ -1,13 +1,15 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [TBD] - TBD
|
## [2.0.0-alpha.2] - 2020-03-08
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Update `trust-dns-proto` dependency to 0.19 [#116]
|
* Update `trust-dns-proto` dependency to 0.19. [#116]
|
||||||
* Update `trust-dns-resolver` dependency to 0.19 [#116]
|
* Update `trust-dns-resolver` dependency to 0.19. [#116]
|
||||||
* `Address` trait is now required to have static lifetime [#116]
|
* `Address` trait is now required to have static lifetime. [#116]
|
||||||
* `start_resolver` and `start_default_resolver` are now `async` and may return a `ConnectError` [#116]
|
* `start_resolver` and `start_default_resolver` are now `async` and may return a `ConnectError`. [#116]
|
||||||
|
|
||||||
|
[#116]: https://github.com/actix/actix-net/pull/116
|
||||||
|
|
||||||
## [2.0.0-alpha.1] - 2020-03-03
|
## [2.0.0-alpha.1] - 2020-03-03
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-connect"
|
name = "actix-connect"
|
||||||
version = "2.0.0-alpha.1"
|
version = "2.0.0-alpha.2"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix connect - tcp connector service"
|
description = "Actix connect - tcp connector service"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
@ -27,5 +27,5 @@ pin-project = "0.4.6"
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-connect = "2.0.0-alpha.1"
|
actix-connect = "2.0.0-alpha.2"
|
||||||
actix-testing = "1.0.0"
|
actix-testing = "1.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user