Skip to content

Commit

Permalink
Upgraded ansi_term dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Oct 31, 2019
1 parent 2af7c7c commit 4f97d51
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 @@ -59,7 +59,7 @@ term_size = { version = "1.0.0-beta1", optional = true }
clap_derive = { git = "https://github.com/clap-rs/clap_derive", optional = true }

[target.'cfg(not(windows))'.dependencies]
ansi_term = { version = "0.11.0", optional = true }
ansi_term = { version = "0.12.1", optional = true }

[dev-dependencies]
regex = "1.0"
Expand Down

0 comments on commit 4f97d51

Please sign in to comment.