Skip to content

Commit

Permalink
fix: Hide internal features
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 4, 2022
1 parent 8152622 commit 7721824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ predicates-tree = { version = "1.0", path = "crates/tree" }

[features]
default = ["diff", "regex", "float-cmp", "normalize-line-endings"]
diff = ["difflib"]
diff = ["dep:difflib"]
unstable = []
color = ["yansi", "concolor/std"]
color-auto = ["color", "concolor/auto"]
color = ["dep:yansi", "dep:concolor", "concolor?/std"]
color-auto = ["color", "concolor?/auto"]

0 comments on commit 7721824

Please sign in to comment.