Skip to content

Commit

Permalink
Prepare actix-server-config release (#54)
Browse files Browse the repository at this point in the history
* Prepare actix-server-config release

* Bump up actix-server-config to 0.2.0
  • Loading branch information
JohnTitor authored and fafhrd91 committed Oct 4, 2019
1 parent fba2002 commit 2667850
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion actix-connect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ webpki = { version = "0.21", optional = true }
[dev-dependencies]
bytes = "0.4"
actix-testing = { version="0.1.0" }
actix-server-config = "0.1.0"
actix-server-config = "0.2.0"
2 changes: 1 addition & 1 deletion actix-ioframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ log = "0.4"
actix-rt = "0.2.2"
actix-connect = "0.2.0"
actix-testing = "0.1.0"
actix-server-config = "0.1.1"
actix-server-config = "0.2.0"
tokio-tcp = "0.1"
tokio-timer = "0.2"
2 changes: 1 addition & 1 deletion actix-server-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-server-config"
version = "0.1.2"
version = "0.2.0"
authors = ["Nikolay Kim <[email protected]>"]
description = "Actix server config utils"
homepage = "https://actix.rs"
Expand Down
2 changes: 1 addition & 1 deletion actix-server-config/changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Next
## [0.2.0] - 2019-10-03

### Changed

Expand Down
2 changes: 1 addition & 1 deletion actix-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ uds = ["mio-uds", "tokio-uds", "actix-server-config/uds"]
[dependencies]
actix-rt = "0.2.2"
actix-service = "0.4.1"
actix-server-config = "0.1.2"
actix-server-config = "0.2.0"

log = "0.4"
num_cpus = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion actix-test-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/lib.rs"
[dependencies]
actix-rt = "0.2.1"
actix-server = "0.5.0"
actix-server-config = "0.1.0"
actix-server-config = "0.2.0"
actix-testing = "0.1.0"

log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion actix-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/lib.rs"
[dependencies]
actix-rt = "0.2.1"
actix-server = "0.6.0"
actix-server-config = "0.1.0"
actix-server-config = "0.2.0"
actix-service = "0.4.0"

log = "0.4"
Expand Down

0 comments on commit 2667850

Please sign in to comment.