Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Nov 14, 2018
1 parent 741b3fb commit 29fe995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 29fe995

Please sign in to comment.