Update to 0.0.5 (oups...)

This commit is contained in:
Guillaume Pinot 2017-06-16 17:12:21 +02:00
parent 51e0c36278
commit 859ac77f4e
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "structopt"
version = "0.0.4"
version = "0.0.5"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
description = "Parse command line argument by defining a struct."
documentation = "https://docs.rs/structopt"
@ -17,6 +17,6 @@ travis-ci = { repository = "TeXitoi/structopt" }
clap = "2.20"
[dev-dependencies]
structopt-derive = { path = "structopt-derive", version = "0.0.3" }
structopt-derive = { path = "structopt-derive", version = "0.0.5" }
[workspace]

View file

@ -1,6 +1,6 @@
[package]
name = "structopt-derive"
version = "0.0.3"
version = "0.0.5"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
description = "Parse command line argument by defining a struct, derive crate."
documentation = "https://docs.rs/structopt-derive"