Skip to content

Commit

Permalink
Merge pull request #3754 from mulkieran/remove-stratisd-tools-feature…
Browse files Browse the repository at this point in the history
…-min

Remove min feature from stratisd-tools features
  • Loading branch information
mulkieran authored Feb 7, 2025
2 parents 4a48cf2 + 12cc04b commit d8b33e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ required-features = ["engine"]

[[bin]]
name = "stratisd-tools"
required-features = ["engine", "extras", "min"]
required-features = ["engine", "extras"]

[[bin]]
name = "stratis-min"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endif
MIN_FEATURES = --no-default-features --features engine,min
NO_IPC_FEATURES = --no-default-features --features engine
SYSTEMD_FEATURES = --no-default-features --features engine,min,systemd_compat
EXTRAS_FEATURES = --no-default-features --features engine,extras,min
EXTRAS_FEATURES = --no-default-features --features engine,extras
UDEV_FEATURES = --no-default-features --features udev_scripts
UTILS_FEATURES = --no-default-features --features engine,systemd_compat

Expand Down

0 comments on commit d8b33e6

Please sign in to comment.