mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #5179 from tertsdiepraam/unix-include-hostid-by-default
`Cargo.toml`: add `feat_require_unix_hostid` to `feat_os_unix`
This commit is contained in:
commit
682f488720
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ feat_os_unix = [
|
||||||
"feat_require_crate_cpp",
|
"feat_require_crate_cpp",
|
||||||
"feat_require_unix",
|
"feat_require_unix",
|
||||||
"feat_require_unix_utmpx",
|
"feat_require_unix_utmpx",
|
||||||
|
"feat_require_unix_hostid",
|
||||||
]
|
]
|
||||||
# "feat_os_windows" == set of utilities which can be built/run on modern/usual windows platforms
|
# "feat_os_windows" == set of utilities which can be built/run on modern/usual windows platforms
|
||||||
feat_os_windows = [
|
feat_os_windows = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue