From 95bbaaa55275e84f7532a1e7164e6443d55b395b Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Mon, 11 Aug 2025 11:04:04 +0800 Subject: [PATCH] tests/uutests/Cargo.toml: Pull ctor from workspace --- tests/uutests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/uutests/Cargo.toml b/tests/uutests/Cargo.toml index a6a0899ed..e73ea5902 100644 --- a/tests/uutests/Cargo.toml +++ b/tests/uutests/Cargo.toml @@ -19,6 +19,7 @@ all-features = true path = "src/lib/lib.rs" [dependencies] +ctor = { workspace = true } libc = { workspace = true } pretty_assertions = "1.4.0" rand = { workspace = true } @@ -31,7 +32,6 @@ uucore = { workspace = true, features = [ "signals", "utmpx", ] } -ctor = "0.4.1" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]