fixup deps
This commit is contained in:
parent
1aa70462a0
commit
6cdc5093c4
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "1.5.5"
|
clap = "2.1.1"
|
||||||
log = "0.3.5"
|
log = "0.3.5"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
semver = "0.2.1"
|
semver = "0.2.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
use clap::{Arg, App, SubCommand};
|
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")
|
app.arg(Arg::with_name("id")
|
||||||
.long("id")
|
.long("id")
|
||||||
.short("i")
|
.short("i")
|
||||||
|
|
Loading…
Reference in a new issue