27 lines
631 B
Diff
27 lines
631 B
Diff
From a006c481db21c8d9061bae7acb4f9c4d28b52f31 Mon Sep 17 00:00:00 2001
|
|
From: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
|
Date: Thu, 19 Jul 2018 04:20:09 +0200
|
|
Subject: [PATCH 2/2] deps: update error-chain to 0.12
|
|
|
|
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
|
---
|
|
Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 685eca9..e4ce6e9 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -21,7 +21,7 @@ log = "0.4"
|
|
env_logger="0.5"
|
|
libc = "0.2.36"
|
|
libmount = "0.1.10"
|
|
-error-chain = "0.11.0"
|
|
+error-chain = "0.12"
|
|
libudev = "0.2.0"
|
|
lazy_static = "1.0.0"
|
|
|
|
--
|
|
2.18.0
|
|
|