Skip to content

Commit b37dbf7

Browse files
committed
fix!: color feature is now on by default
1 parent 38ad49c commit b37dbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ anstyle = "0.3.0"
5656
predicates-tree = { version = "1.0", path = "crates/tree" }
5757

5858
[features]
59-
default = ["diff", "regex", "float-cmp", "normalize-line-endings"]
59+
default = ["diff", "regex", "float-cmp", "normalize-line-endings", "color"]
6060
diff = ["dep:difflib"]
6161
unstable = []
6262
color = []

0 commit comments

Comments
 (0)