Skip to content

Commit 29fe995

Browse files
committed
update version
1 parent 741b3fb commit 29fe995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-net"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
55
description = "Actix net - framework for the compisible network services for Rust (experimental)"
66
readme = "README.md"
@@ -39,7 +39,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
3939
cell = []
4040

4141
[dependencies]
42-
actix = "0.7.5"
42+
actix = "0.7.6"
4343

4444
log = "0.4"
4545
num_cpus = "1.0"

0 commit comments

Comments
 (0)