1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00: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:
Terts Diepraam 2022-04-22 22:45:59 +02:00 committed by GitHub
commit 0324be1f17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ default = []
encoding = ["data-encoding", "data-encoding-macro", "z85", "thiserror"] encoding = ["data-encoding", "data-encoding-macro", "z85", "thiserror"]
entries = ["libc"] entries = ["libc"]
fs = ["libc", "nix", "winapi-util"] fs = ["libc", "nix", "winapi-util"]
fsext = ["libc", "time"] fsext = ["libc", "nix", "time"]
lines = [] lines = []
memo = ["itertools"] memo = ["itertools"]
mode = ["libc"] mode = ["libc"]