From bfe6b758f7ea3fb6245795f6befe3bb0a4eaf1ce Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sun, 22 Oct 2023 15:50:29 +0800 Subject: [PATCH] .. [no ci] --- yazi-adaptor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-adaptor/Cargo.toml b/yazi-adaptor/Cargo.toml index 4be11bf6..b475018c 100644 --- a/yazi-adaptor/Cargo.toml +++ b/yazi-adaptor/Cargo.toml @@ -18,7 +18,7 @@ base64 = "^0" color_quant = "^1" image = "^0" ratatui = "^0" -tokio = { version = "^1", features = [ "parking_lot" ] } +tokio = { version = "^1", features = [ "parking_lot", "process" ] } # Logging tracing = "^0"