From 4ccbfd370b6ff7ca27686c65b978b375fa333118 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Sat, 18 May 2024 02:11:47 +0700 Subject: [PATCH] try --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61474c48..f0a53f08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,6 +53,6 @@ features = [ "Win32_System_Threading", ] -[dev-dependencies] +[target.'cfg(test)'.dev-dependencies] tempfile = "3" rustix = "0.38"