summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2021-01-27 00:18:14 +0300
committersyn <isaqtm@gmail.com>2021-01-27 00:18:14 +0300
commita66eb27b7dc577fe61f8c2a10eebe2d99681f425 (patch)
treef3883251d3dfec36322c98f0c7668911438021fa
parent8d357e27aaf60aebb116e26c4949cf4c1b7dd928 (diff)
downloadtdlib-rs-master.tar.gz
Update tokio to 1.0HEADmaster
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d19dcaa..6d80175 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,4 +28,4 @@ serde_derive = "1.0"
log = "0.4"
[dev-dependencies]
-tokio = { version = "0.3", features = ["rt", "rt-multi-thread", "macros"] }
+tokio = { version = "1.0", features = ["rt", "rt-multi-thread", "macros"] }