From 67f878b8906a7ad2bd708e7c2bc4aa9f1d232d0e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 12 Jan 2022 20:03:18 +0700 Subject: Remove support for old `tokio` crate --- futures/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'futures/Cargo.toml') diff --git a/futures/Cargo.toml b/futures/Cargo.toml index cdae72e7..aa55df1e 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -19,12 +19,6 @@ log = "0.4" [dependencies.futures] version = "0.3" -[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio_old] -package = "tokio" -version = "0.2" -optional = true -features = ["rt-core", "rt-threaded", "time", "stream"] - [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] package = "tokio" version = "1.0" -- cgit