From 6c5274512d6ff85b6804ae71e5e507155b8338e1 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sun, 20 Aug 2023 15:06:08 +0200 Subject: [PATCH] Cargo.toml: add feat_require_unix_hostid to feat_os_unix --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ac5e4508872..71c04d355bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -152,6 +152,7 @@ feat_os_unix = [ "feat_require_crate_cpp", "feat_require_unix", "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 = [