File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " structopt"
3- version = " 0.2.16 "
3+ version = " 0.2.18 "
44authors = [" Guillaume Pinot <texitoi@texitoi.eu>" , " others" ]
55description = " Parse command line argument by defining a struct."
66documentation = " https://docs.rs/structopt"
@@ -28,6 +28,6 @@ travis-ci = { repository = "TeXitoi/structopt" }
2828
2929[dependencies ]
3030clap = { version = " 2.21" , default-features = false }
31- structopt-derive = { path = " structopt-derive" , version = " 0.2.16 " }
31+ structopt-derive = { path = " structopt-derive" , version = " 0.2.18 " }
3232
3333[workspace ]
Original file line number Diff line number Diff line change 11[package ]
22name = " structopt-derive"
3- version = " 0.2.16 "
3+ version = " 0.2.18 "
44authors = [" Guillaume Pinot <texitoi@texitoi.eu>" ]
55description = " Parse command line argument by defining a struct, derive crate."
66documentation = " https://docs.rs/structopt-derive"
You can’t perform that action at this time.
0 commit comments