From 8d357e27aaf60aebb116e26c4949cf4c1b7dd928 Mon Sep 17 00:00:00 2001 From: syn Date: Sat, 16 Jan 2021 02:53:56 +0300 Subject: bump tokio to 1.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 443f87c..d19dcaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tdlib-rs" -version = "0.1.0" +version = "0.1.1" authors = ["syn "] edition = "2018" @@ -12,10 +12,10 @@ tdlib-sys = { version = "1.7.0", path = "../tdlib-sys" } thiserror = "1.0" # TODO: the only thing we need from futures-rs is BoxFuture. -# maybe we shold define it ourselves and drop futures dependency +# maybe we should define it ourselves and drop futures dependency futures = "0.3" -tokio = { version = "0.3", features = ["rt"] } +tokio = { version = "1.0", features = ["rt"] } # TODO: get rid of crossbeam and use std if possible crossbeam = "0.8" -- cgit v1.2.1-18-gbd029