mirror of
https://github.com/clap-rs/clap
synced 2024-12-15 15:22:30 +00:00
new release
This commit is contained in:
parent
96a726aeb7
commit
5ba275680b
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "structopt"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
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.1" }
|
||||
structopt-derive = { path = "structopt-derive", version = "0.1.2" }
|
||||
|
||||
[workspace]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "structopt-derive"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
|
||||
description = "Parse command line argument by defining a struct, derive crate."
|
||||
documentation = "https://docs.rs/structopt-derive"
|
||||
|
|
Loading…
Reference in a new issue