Skip to content

Commit

Permalink
Merge pull request #21 from ddanier/dev/#20-add-wupport-for-which-on-…
Browse files Browse the repository at this point in the history
…windows

#20 Add and activate which-support feature flag
  • Loading branch information
ddanier committed May 28, 2024
2 parents 2e746ac + 72d601f commit b32828f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ nu-ansi-term = "0.50.0"
openssl = { version = "0.10", features = ["vendored"], optional = true }

[features]
default = []
default = ["which-support"]
dataframe = ["dep:nu-cmd-dataframe", "nu-cmd-dataframe/dataframe", "nu-cmd-lang/dataframe"]
static-link-openssl = ["dep:openssl", "nu-cmd-lang/static-link-openssl"]
which-support = ["nu-command/which-support", "nu-cmd-lang/which-support"]
debug = []

[dev-dependencies]
Expand Down

0 comments on commit b32828f

Please sign in to comment.