summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-02-19 11:27:41 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-02-19 11:27:41 -0500
commitcffba533791600cea3e238b743f748ba45cde96c (patch)
treea85e252e1d5ede02e2fa2e5cbdeab56387a2f2a8
parent79d40d0e20a5710476b43c58c42db5124c2010a1 (diff)
use termcolor 0.3, not 0.1
-rw-r--r--termcolor/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/termcolor/README.md b/termcolor/README.md
index 8edb3b83..22bfe1e0 100644
--- a/termcolor/README.md
+++ b/termcolor/README.md
@@ -25,7 +25,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-termcolor = "0.1"
+termcolor = "0.3"
```
and this to your crate root: