bump error-chain to 0.12 in order to silence unused_doc_comment (#428)

This commit is contained in:
Michał Budzyński 2018-07-10 22:43:57 +02:00 committed by Andrew Gauger
parent c991738112
commit 601873ec69

View file

@ -18,7 +18,7 @@ crossbeam = "0.3"
csv = "1.0"
data-encoding = "2.1.0"
env_logger = "0.5"
error-chain = "0.11"
error-chain = "0.12"
flate2 = "1.0"
glob = "0.2"
hyper = "0.11"