Skip to content

Commit

Permalink
Make "unicode-width" dependency actually optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel authored and djc committed May 1, 2021
1 parent 73a0be3 commit b2f0e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["screenshots/*"]
regex = { version = "1.3.1", default-features = false, features = ["std"] }
lazy_static = "1.0"
number_prefix = "0.4"
console = ">=0.9.1, <1.0.0"
console = { version = ">=0.9.1, <1.0.0", default-features = false }
unicode-segmentation = { version = "1.6.0", optional = true }
unicode-width = { version = "0.1.7", optional = true }
rayon = { version = "1.0", optional = true }
Expand Down

0 comments on commit b2f0e8c

Please sign in to comment.