File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # v0.2.4 (2018-02-XX )
1
+ # v0.2.4 (2018-02-25 )
2
2
3
3
* Fix compilation with ` #![deny(missig_docs] ` ([ #74 ] ( https://github.com/TeXitoi/structopt/issues/74 ) ) by [ @TeXitoi ] ( https://github.com/TeXitoi )
4
4
* Fix [ #76 ] ( https://github.com/TeXitoi/structopt/issues/76 ) by [ @TeXitoi ] ( https://github.com/TeXitoi )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " structopt"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
authors = [
" Guillaume Pinot <[email protected] >" ]
5
5
description = " Parse command line argument by defining a struct."
6
6
documentation = " https://docs.rs/structopt"
@@ -18,6 +18,6 @@ travis-ci = { repository = "TeXitoi/structopt" }
18
18
19
19
[dependencies ]
20
20
clap = { version = " 2.20" , default-features = false }
21
- structopt-derive = { path = " structopt-derive" , version = " 0.2.3 " }
21
+ structopt-derive = { path = " structopt-derive" , version = " 0.2.4 " }
22
22
23
23
[workspace ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " structopt-derive"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
authors = [
" Guillaume Pinot <[email protected] >" ]
5
5
description = " Parse command line argument by defining a struct, derive crate."
6
6
documentation = " https://docs.rs/structopt-derive"
You can’t perform that action at this time.
0 commit comments