mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 22:51:07 +01:00
update version
This commit is contained in:
parent
741b3fb1c0
commit
29fe995a02
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user