mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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"
|
libc = "0.2"
|
||||||
pretty_assertions = "1"
|
pretty_assertions = "1"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
rand_pcg = "0.3"
|
|
||||||
regex = "1.6"
|
regex = "1.6"
|
||||||
sha1 = { version="0.10", features=["std"] }
|
sha1 = { version="0.10", features=["std"] }
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
|
@ -409,6 +408,7 @@ rlimit = "0.8.3"
|
||||||
[target.'cfg(unix)'.dev-dependencies]
|
[target.'cfg(unix)'.dev-dependencies]
|
||||||
nix = { version = "0.25", default-features = false, features = ["process", "signal", "user"] }
|
nix = { version = "0.25", default-features = false, features = ["process", "signal", "user"] }
|
||||||
rust-users = { version="0.11", package="users" }
|
rust-users = { version="0.11", package="users" }
|
||||||
|
rand_pcg = "0.3"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
phf_codegen = "0.11.1"
|
phf_codegen = "0.11.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue