1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

use IntoFuture

This commit is contained in:
Nikolay Kim
2019-03-04 20:40:38 -08:00
parent 15dafeff3d
commit 2e18ca805c
4 changed files with 16 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-server"
version = "0.3.0"
version = "0.3.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix server - General purpose tcp server"
keywords = ["network", "framework", "async", "futures"]
@ -33,7 +33,7 @@ ssl = ["openssl", "tokio-openssl"]
rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
[dependencies]
actix-service = "0.3.0"
actix-service = "0.3.2"
actix-rt = "0.1.0"
log = "0.4"