bump versions of structopt and structopt-derive

This commit is contained in:
William Yao 2017-07-03 14:30:14 -05:00 committed by Guillaume P
parent a21a01acb2
commit 593f042c77
2 changed files with 2 additions and 2 deletions

View file

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

View file

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