mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
Increment version and update email
This commit is contained in:
parent
40c21b9cb3
commit
c49f96523c
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ddh"
|
||||
version = "0.7.0"
|
||||
authors = ["Jon Moroney <j.moroney@cs.ru.nl>"]
|
||||
version = "0.8.0"
|
||||
authors = ["Jon Moroney <jmoroney@hawaii.edu>"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2.28.0"
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ impl Hash for Fileinfo{
|
|||
|
||||
fn main() {
|
||||
let arguments = App::new("Directory Difference hTool")
|
||||
.version("0.7.0")
|
||||
.version("0.8.0")
|
||||
.author("Jon Moroney jmoroney@cs.ru.nl")
|
||||
.about("Compare and contrast directories.\nExample invocation: ddh /home/jon/downloads /home/jon/documents -p S")
|
||||
.arg(Arg::with_name("directories")
|
||||
|
|
|
|||
Loading…
Reference in a new issue