1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

allow to skip name resolution

This commit is contained in:
Nikolay Kim
2018-11-21 08:07:04 -10:00
parent 410204a41e
commit c62567f85f
3 changed files with 74 additions and 19 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-net"
version = "0.2.3"
version = "0.2.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix net - framework for the compisible network services for Rust (experimental)"
readme = "README.md"