1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 09:50:36 +02:00

Prepare actix-server-config release (#54)

* Prepare actix-server-config release

* Bump up actix-server-config to 0.2.0
This commit is contained in:
Yuki Okushi
2019-10-04 09:13:33 +09:00
committed by Nikolay Kim
parent fba2002702
commit 2667850d60
7 changed files with 7 additions and 7 deletions

View File

@ -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"