From 6cdc5093c46120c86c916d93e343c31bd20211eb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 29 Feb 2016 15:34:34 +0100 Subject: [PATCH] fixup deps --- imag-tag/Cargo.toml | 2 +- imag-tag/src/ui.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imag-tag/Cargo.toml b/imag-tag/Cargo.toml index 522a2397..d5946ba0 100644 --- a/imag-tag/Cargo.toml +++ b/imag-tag/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Matthias Beyer "] [dependencies] -clap = "1.5.5" +clap = "2.1.1" log = "0.3.5" version = "2.0.1" semver = "0.2.1" diff --git a/imag-tag/src/ui.rs b/imag-tag/src/ui.rs index 88c3df4d..6c90774b 100644 --- a/imag-tag/src/ui.rs +++ b/imag-tag/src/ui.rs @@ -1,6 +1,6 @@ use clap::{Arg, App, SubCommand}; -pub fn build_ui<'a>(app: App<'a, 'a, 'a, 'a, 'a, 'a>) -> App<'a, 'a, 'a, 'a, 'a, 'a> { +pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> { app.arg(Arg::with_name("id") .long("id") .short("i")