1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-02-17 14:43:31 +01:00

prep actix-rt release; update deps

This commit is contained in:
Nikolay Kim 2019-12-11 10:34:50 +06:00
parent 13fd615966
commit e315cf2893
8 changed files with 13 additions and 10 deletions

View File

@ -33,7 +33,7 @@ rustls = ["rust-tls", "tokio-rustls", "webpki"]
uri = ["http"] uri = ["http"]
[dependencies] [dependencies]
actix-service = "1.0.0-alpha.3" actix-service = "1.0.0"
actix-codec = "0.2.0" actix-codec = "0.2.0"
actix-utils = "1.0.0-alpha.3" actix-utils = "1.0.0-alpha.3"
actix-rt = "1.0.0-alpha.3" actix-rt = "1.0.0-alpha.3"

View File

@ -18,7 +18,7 @@ name = "actix_ioframe"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
actix-service = "1.0.0-alpha.3" actix-service = "1.0.0"
actix-codec = "0.2.0" actix-codec = "0.2.0"
actix-utils = "1.0.0-alpha.2" actix-utils = "1.0.0-alpha.2"
actix-rt = "1.0.0-alpha.2" actix-rt = "1.0.0-alpha.2"

View File

@ -1,5 +1,9 @@
# Changes # Changes
## [1.0.0] - 2019-12-11
* Update dependencies
## [1.0.0-alpha.3] - 2019-12-07 ## [1.0.0-alpha.3] - 2019-12-07
### Fixed ### Fixed

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-rt" name = "actix-rt"
version = "1.0.0-alpha.3" version = "1.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"] authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix runtime" description = "Actix runtime"
keywords = ["network", "framework", "async", "futures"] keywords = ["network", "framework", "async", "futures"]
@ -9,7 +9,6 @@ repository = "https://github.com/actix/actix-net.git"
documentation = "https://docs.rs/actix-rt/" documentation = "https://docs.rs/actix-rt/"
categories = ["network-programming", "asynchronous"] categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
edition = "2018" edition = "2018"
workspace = ".." workspace = ".."
@ -18,7 +17,7 @@ name = "actix_rt"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
actix-macros = "0.1.0-alpha.1" actix-macros = "0.1.0"
actix-threadpool = "0.3" actix-threadpool = "0.3"
futures = "0.3.1" futures = "0.3.1"
copyless = "0.1.4" copyless = "0.1.4"

View File

@ -21,7 +21,7 @@ path = "src/lib.rs"
default = [] default = []
[dependencies] [dependencies]
actix-service = "1.0.0-alpha.4" actix-service = "1.0.0"
actix-rt = "1.0.0-alpha.3" actix-rt = "1.0.0-alpha.3"
actix-codec = "0.2.0" actix-codec = "0.2.0"
actix-utils = "1.0.0-alpha.3" actix-utils = "1.0.0-alpha.3"

View File

@ -18,9 +18,9 @@ path = "src/lib.rs"
[dependencies] [dependencies]
actix-rt = "1.0.0-alpha.3" actix-rt = "1.0.0-alpha.3"
actix-macros = "0.1.0-alpha.1" actix-macros = "0.1.0"
actix-server = "1.0.0-alpha.3" actix-server = "1.0.0-alpha.3"
actix-service = "1.0.0-alpha.3" actix-service = "1.0.0"
log = "0.4" log = "0.4"
net2 = "0.2" net2 = "0.2"

View File

@ -32,7 +32,7 @@ rustls = ["rust-tls", "webpki", "webpki-roots", "tokio-rustls"]
nativetls = ["native-tls", "tokio-tls"] nativetls = ["native-tls", "tokio-tls"]
[dependencies] [dependencies]
actix-service = "1.0.0-alpha.3" actix-service = "1.0.0"
actix-codec = "0.2.0" actix-codec = "0.2.0"
actix-utils = "1.0.0-alpha.3" actix-utils = "1.0.0-alpha.3"
actix-rt = "1.0.0-alpha.3" actix-rt = "1.0.0-alpha.3"

View File

@ -18,7 +18,7 @@ name = "actix_utils"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
actix-service = "1.0.0-alpha.3" actix-service = "1.0.0"
actix-rt = "1.0.0-alpha.3" actix-rt = "1.0.0-alpha.3"
actix-codec = "0.2.0" actix-codec = "0.2.0"
bytes = "0.5.2" bytes = "0.5.2"