stable tokio version 0.2

This commit is contained in:
wyhaya
2019-11-27 21:06:16 +08:00
parent 7827521b98
commit eca31fec3e
4 changed files with 58 additions and 403 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "updns"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
authors = ["wyhaya <wyhaya@gmail.com>"]
@@ -24,4 +24,4 @@ futures = "0.3.1"
lazy_static = "1.4.0"
regex = "1.3.1"
time = "0.1.42"
tokio = "0.2.0-alpha.6"
tokio = {version = "0.2.1", features = ["fs", "io-util", "macros", "net", "stream", "time"]}