Skip to content

Commit

Permalink
Merge pull request clap-rs#1101 from ignatenkobrain/patch-1
Browse files Browse the repository at this point in the history
bump ansi_term to 0.10
  • Loading branch information
kbknapp committed Nov 9, 2017
2 parents de7b236 + 851fad4 commit 6cd43c2
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 @@ -24,7 +24,7 @@ bitflags = "0.9"
unicode-width = "0.1.4"
textwrap = "0.9.0"
strsim = { version = "0.6.0", optional = true }
ansi_term = { version = "0.9.0", optional = true }
ansi_term = { version = "0.10.0", optional = true }
yaml-rust = { version = "0.3.5", optional = true }
clippy = { version = "~0.0.166", optional = true }
atty = { version = "0.2.2", optional = true }
Expand Down

0 comments on commit 6cd43c2

Please sign in to comment.