Skip to content

Commit

Permalink
Add support for termcolor 1.2
Browse files Browse the repository at this point in the history
Widen list of supported termcolor versions.  If the corresponding
cargo feature is enabled, termcolor can now be at any of the
versions 1.0.*, 1.1.* or 1.2.*.
  • Loading branch information
mina86 committed Jul 15, 2023
1 parent edbbe2b commit ae5bd16
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 @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
ansi_term = { version = "0.12", optional = true }
rgb = { version = "0.8", optional = true }
termcolor = { version = "1.1", optional = true }
termcolor = { version = ">= 1.0, <= 1.2", optional = true }

[features]
default = ["rgb"]
Expand Down

0 comments on commit ae5bd16

Please sign in to comment.