mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-27 18:02:58 +01:00
set min versions for actix and trust-dns
This commit is contained in:
parent
e32961a897
commit
4eabf3994a
@ -1,5 +1,14 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.1.1] - 2018-10-10
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Set actix min version - 0.7.5
|
||||||
|
|
||||||
|
- Set trust-dns min version
|
||||||
|
|
||||||
|
|
||||||
## [0.1.0] - 2018-10-08
|
## [0.1.0] - 2018-10-08
|
||||||
|
|
||||||
* Initial impl
|
* Initial impl
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-net"
|
name = "actix-net"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix net - framework for the compisible network services for Rust (experimental)"
|
description = "Actix net - framework for the compisible network services for Rust (experimental)"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -39,7 +39,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
|
|||||||
cell = []
|
cell = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.7.0"
|
actix = "^0.7.5"
|
||||||
|
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
num_cpus = "1.0"
|
num_cpus = "1.0"
|
||||||
@ -58,7 +58,8 @@ tokio-timer = "0.2"
|
|||||||
tokio-reactor = "0.1"
|
tokio-reactor = "0.1"
|
||||||
tokio-current-thread = "0.1"
|
tokio-current-thread = "0.1"
|
||||||
tower-service = "0.1"
|
tower-service = "0.1"
|
||||||
trust-dns-resolver = "0.10.0-alpha.2"
|
trust-dns-proto = "^0.5.0-alpha.3"
|
||||||
|
trust-dns-resolver = "^0.10.0-alpha.3"
|
||||||
|
|
||||||
# native-tls
|
# native-tls
|
||||||
native-tls = { version="0.2", optional = true }
|
native-tls = { version="0.2", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user