mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #3436 from cakebaker/fix_use_of_undeclared_crate_nix
Add "nix" to Cargo.toml to fix compile error
This commit is contained in:
@@ -51,7 +51,7 @@ default = []
|
||||
encoding = ["data-encoding", "data-encoding-macro", "z85", "thiserror"]
|
||||
entries = ["libc"]
|
||||
fs = ["libc", "nix", "winapi-util"]
|
||||
fsext = ["libc", "time"]
|
||||
fsext = ["libc", "nix", "time"]
|
||||
lines = []
|
||||
memo = ["itertools"]
|
||||
mode = ["libc"]
|
||||
|
||||
Reference in New Issue
Block a user