From 2b9bf1ff5afabd9aaceea60fce68f0cffb775509 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 16 Jun 2022 08:32:48 +0200 Subject: [PATCH] Revert "Don't enable the parking_lot feature in tokio" This reverts commit a9c6061862bf8cea756fdde1ed5437058c0f294d. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dbf06c2..8141a50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,8 @@ tokio = { version = "1.19.2", features = [ "io-util", "fs", "time", - "rt-multi-thread" + "rt-multi-thread", + "parking_lot", ] } toml = "0.5.9"