1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-27 18:02:58 +01:00

Prepare actix-server release (#55)

This commit is contained in:
Yuki Okushi 2019-10-04 17:36:23 +09:00 committed by GitHub
parent 2667850d60
commit e3155957a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changes # Changes
## Next ## [0.7.0] - 2019-10-04
### Changed ### Changed

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-server" name = "actix-server"
version = "0.6.1" version = "0.7.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"] authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix server - General purpose tcp server" description = "Actix server - General purpose tcp server"
keywords = ["network", "framework", "async", "futures"] keywords = ["network", "framework", "async", "futures"]

View File

@ -18,7 +18,7 @@ path = "src/lib.rs"
[dependencies] [dependencies]
actix-rt = "0.2.1" actix-rt = "0.2.1"
actix-server = "0.6.0" actix-server = "0.7.0"
actix-server-config = "0.2.0" actix-server-config = "0.2.0"
actix-service = "0.4.0" actix-service = "0.4.0"