mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix(deps): refactor rlimit package configuration
This commit is contained in:
@@ -37,7 +37,7 @@ uucore = { workspace = true, features = [
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { workspace = true, features = ["process", "signal", "term", "user"] }
|
||||
rlimit = "0.10.1"
|
||||
rlimit = { workspace = true }
|
||||
|
||||
[target.'cfg(all(unix, not(any(target_os = "macos", target_os = "openbsd"))))'.dependencies]
|
||||
xattr = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user