summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-07-23 21:54:30 +0200
committersharkdp <davidpeter@web.de>2018-07-23 21:54:30 +0200
commit0cc5d1dab6593c985f92d71adc5dedc3e34742f7 (patch)
treea94e11d7dcff4dfe4890ab16863bfe44706a54b2 /Cargo.toml
parent28397b8f788a3a6a6ecb2946495fb7df777ef699 (diff)
Update error-chain to fix compiler warnings
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb8095bd..eede2b22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ default-features = false
features = ["suggestions", "color", "wrap_help"]
[dependencies.error-chain]
-version = "0.11"
+version = "0.12"
default-features = false
features = []