From d792dc58042008564b1085871997633d116450ce Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:35:37 +0800 Subject: [PATCH] Move `rusty-fork` to dev-dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ecb17365..1dcdf0d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,6 @@ bytesize = { version = "1.3.0" } encoding_rs = "0.8.33" os_str_bytes = { version = "~6.6", optional = true } run_script = { version = "^0.10.1", optional = true} -rusty-fork = "0.3.0" [dependencies.git2] version = "0.18" @@ -94,6 +93,7 @@ expect-test = "1.4.1" serial_test = { version = "2.0.0", default-features = false } predicates = "3.0.4" wait-timeout = "0.2.0" +rusty-fork = "0.3.0" tempfile = "3.8.1" [target.'cfg(unix)'.dev-dependencies]