mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-24 09:47:49 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4eabf3994a | ||
|
e32961a897 |
@@ -1,5 +1,14 @@
|
||||
# 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
|
||||
|
||||
* Initial impl
|
||||
|
@@ -1,13 +1,13 @@
|
||||
[package]
|
||||
name = "actix-net"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Actix net - framework for the compisible network services for Rust (experimental)"
|
||||
readme = "README.md"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
homepage = "https://actix.rs"
|
||||
repository = "https://github.com/actix/actix-net.git"
|
||||
documentation = "https://actix.rs/api/actix-net/stable/actix_net/"
|
||||
documentation = "https://docs.rs/actix-net/"
|
||||
categories = ["network-programming", "asynchronous"]
|
||||
license = "MIT/Apache-2.0"
|
||||
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
|
||||
@@ -39,7 +39,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
|
||||
cell = []
|
||||
|
||||
[dependencies]
|
||||
actix = "0.7.0"
|
||||
actix = "^0.7.5"
|
||||
|
||||
log = "0.4"
|
||||
num_cpus = "1.0"
|
||||
@@ -58,7 +58,8 @@ tokio-timer = "0.2"
|
||||
tokio-reactor = "0.1"
|
||||
tokio-current-thread = "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 = { version="0.2", optional = true }
|
||||
|
Reference in New Issue
Block a user