fix(deps): refactor rlimit package configuration

This commit is contained in:
xtqqczze
2026-01-24 10:59:35 +00:00
parent e9918dfab7
commit 710fc1be3d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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 }