update to 0.1.3

This commit is contained in:
Guillaume Pinot 2017-11-01 22:35:27 +01:00
parent d1170466df
commit 43710cf969
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "structopt"
version = "0.1.2"
version = "0.1.3"
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.1.2" }
structopt-derive = { path = "structopt-derive", version = "0.1.3" }
[workspace]

View file

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