mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tests/uutests/Cargo.toml: Pull ctor from workspace
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user