Skip to content

Commit

Permalink
Merge pull request #1592 from Razican/term_update
Browse files Browse the repository at this point in the history
Upgraded ansi_term dependency
  • Loading branch information
Dylan-DPC authored Oct 31, 2019
2 parents 2af7c7c + 4f97d51 commit 85f820f
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 85f820f

Please sign in to comment.