mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix(deps): refactor xattr package configuration
This commit is contained in:
Generated
-1
@@ -652,7 +652,6 @@ dependencies = [
|
||||
"walkdir",
|
||||
"wincode",
|
||||
"wincode-derive",
|
||||
"xattr",
|
||||
"zip",
|
||||
]
|
||||
|
||||
|
||||
@@ -567,7 +567,6 @@ nix = { workspace = true, features = [
|
||||
"user",
|
||||
] }
|
||||
rlimit = "0.10.1"
|
||||
xattr.workspace = true
|
||||
|
||||
# Used in test_uptime::test_uptime_with_file_containing_valid_boot_time_utmpx_record
|
||||
# to deserialize an utmpx struct into a binary file
|
||||
|
||||
@@ -38,4 +38,6 @@ uucore = { workspace = true, features = [
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { workspace = true, features = ["process", "signal", "term", "user"] }
|
||||
rlimit = "0.10.1"
|
||||
|
||||
[target.'cfg(all(unix, not(any(target_os = "macos", target_os = "openbsd"))))'.dependencies]
|
||||
xattr = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user