tests/uutests/Cargo.toml: Pull ctor from workspace

This commit is contained in:
Nicolas Boichat
2025-08-11 11:04:04 +08:00
parent 548fa89cde
commit 95bbaaa552
+1 -1
View File
@@ -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]