aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d030e1..344e18b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "termcolor"
-version = "1.1.0"
+version = "1.1.2"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
exclude = ["/.travis.yml", "/appveyor.yml", "/ci/**"]
description = "A simple cross platform library for writing colored text to a terminal.\n"
@@ -27,7 +27,7 @@ repository = "https://github.com/BurntSushi/termcolor"
[lib]
name = "termcolor"
bench = false
-[dev-dependencies.doc-comment]
-version = "0.3"
+
+[dev-dependencies]
[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.3"