mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 08:57:13 +00:00
rand_pcg is used only in unix tests, moved to unix dev-dependencies
This commit is contained in:
parent
729d97e993
commit
43d85c6489
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,6 @@ glob = "0.3.0"
|
|||
libc = "0.2"
|
||||
pretty_assertions = "1"
|
||||
rand = "0.8"
|
||||
rand_pcg = "0.3"
|
||||
regex = "1.6"
|
||||
sha1 = { version="0.10", features=["std"] }
|
||||
tempfile = "3"
|
||||
|
@ -409,6 +408,7 @@ rlimit = "0.8.3"
|
|||
[target.'cfg(unix)'.dev-dependencies]
|
||||
nix = { version = "0.25", default-features = false, features = ["process", "signal", "user"] }
|
||||
rust-users = { version="0.11", package="users" }
|
||||
rand_pcg = "0.3"
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.11.1"
|
||||
|
|
Loading…
Reference in a new issue