File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " structopt"
3- version = " 0.3.15 "
3+ version = " 0.3.16 "
44edition = " 2018"
55authors = [" Guillaume Pinot <texitoi@texitoi.eu>" , " others" ]
66description = " Parse command line argument by defining a struct."
@@ -28,7 +28,7 @@ travis-ci = { repository = "TeXitoi/structopt" }
2828
2929[dependencies ]
3030clap = { version = " 2.33" , default-features = false }
31- structopt-derive = { path = " structopt-derive" , version = " =0.4.8 " }
31+ structopt-derive = { path = " structopt-derive" , version = " =0.4.9 " }
3232lazy_static = " 1.4.0"
3333paw_dep = { version = " 1" , optional = true , package = " paw" }
3434
Original file line number Diff line number Diff line change 11[package ]
22name = " structopt-derive"
3- version = " 0.4.8 "
3+ version = " 0.4.9 "
44edition = " 2018"
55authors = [" Guillaume Pinot <texitoi@texitoi.eu>" ]
66description = " Parse command line argument by defining a struct, derive crate."
You can’t perform that action at this time.
0 commit comments