1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

update version

This commit is contained in:
Nikolay Kim 2018-11-14 14:26:24 -08:00
parent 741b3fb1c0
commit 29fe995a02

View File

@ -1,6 +1,6 @@
[package]
name = "actix-net"
version = "0.2.1"
version = "0.2.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix net - framework for the compisible network services for Rust (experimental)"
readme = "README.md"
@ -39,7 +39,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
cell = []
[dependencies]
actix = "0.7.5"
actix = "0.7.6"
log = "0.4"
num_cpus = "1.0"