mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-19 00:31:50 +01:00
Bump up to 2.0.0-alpha.2
This commit is contained in:
parent
41b2a3b2e2
commit
2bf50826b0
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user