2018-01-08 15:48:18 +00:00
|
|
|
From ba87ca3e47a4d5eb9dd32d49a25ac5b9b1345af6 Mon Sep 17 00:00:00 2001
|
2018-01-07 21:54:23 +00:00
|
|
|
From: Igor Gnatenko <ignatenko@redhat.com>
|
|
|
|
Date: Fri, 5 Jan 2018 21:44:00 +0100
|
|
|
|
Subject: [PATCH 5/6] deps: update clap to 2
|
|
|
|
|
|
|
|
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
|
|
|
|
---
|
|
|
|
Cargo.toml | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
|
|
index 2664303..3991ba0 100644
|
|
|
|
--- a/Cargo.toml
|
|
|
|
+++ b/Cargo.toml
|
|
|
|
@@ -5,7 +5,7 @@ authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
dbus = "0.6.1"
|
|
|
|
-clap = "1"
|
|
|
|
+clap = "2"
|
|
|
|
nix = "0.9"
|
|
|
|
devicemapper = "0.15"
|
|
|
|
crc = "1"
|
|
|
|
--
|
|
|
|
2.15.1
|
|
|
|
|