Skip to content

Commit

Permalink
Switch from 'term' to 'termcolor' crate
Browse files Browse the repository at this point in the history
The 'term' crate is unmaintained:

Stebalien/term#93

The 'termcolor' crate (by @BurntSushi) is maintained, provides a higher
level abstraction which is a better fit for what we're doing, and has
fewer (transitive) dependencies:

https://github.com/BurntSushi/termcolor
  • Loading branch information
tarcieri committed Jul 15, 2019
1 parent 8e62dd0 commit a16195a
Show file tree
Hide file tree
Showing 7 changed files with 545 additions and 584 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:
- master

rust:
- 1.31.0
- 1.32.0
- stable
- beta

Expand Down

0 comments on commit a16195a

Please sign in to comment.