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

prepare actix-testing release

This commit is contained in:
Nikolay Kim
2019-10-14 10:30:27 +06:00
parent 9982a9498d
commit 35e32d8e55
3 changed files with 8 additions and 29 deletions

View File

@ -1,5 +1,10 @@
# Changes
## [0.2.0] - 2019-10-14
* Upgrade actix-server and actix-server-config deps
## [0.1.0] - 2019-09-25
* Initial impl

View File

@ -1,6 +1,6 @@
[package]
name = "actix-testing"
version = "0.1.0"
version = "0.2.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix testing utils"
keywords = ["network", "framework", "async", "futures"]
@ -17,10 +17,10 @@ name = "actix_testing"
path = "src/lib.rs"
[dependencies]
actix-rt = "0.2.1"
actix-rt = "0.2.5"
actix-server = "0.7.0"
actix-server-config = "0.2.0"
actix-service = "0.4.0"
actix-service = "0.4.2"
log = "0.4"
net2 = "0.2"