File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v0.3.14 (2020-04-22)
2
+
3
+ * Minor documentation improvements.
4
+
1
5
# v0.3.13 (2020-04-9)
2
6
3
7
* Bump ` proc-macro-error ` to ` 1.0 ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " structopt"
3
- version = " 0.3.13 "
3
+ version = " 0.3.14 "
4
4
edition = " 2018"
5
5
authors = [" Guillaume Pinot <texitoi@texitoi.eu>" , " others" ]
6
6
description = " Parse command line argument by defining a struct."
@@ -28,7 +28,7 @@ travis-ci = { repository = "TeXitoi/structopt" }
28
28
29
29
[dependencies ]
30
30
clap = { version = " 2.33" , default-features = false }
31
- structopt-derive = { path = " structopt-derive" , version = " =0.4.6 " }
31
+ structopt-derive = { path = " structopt-derive" , version = " =0.4.7 " }
32
32
lazy_static = " 1.4.0"
33
33
34
34
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " structopt-derive"
3
- version = " 0.4.6 "
3
+ version = " 0.4.7 "
4
4
edition = " 2018"
5
5
authors = [" Guillaume Pinot <texitoi@texitoi.eu>" ]
6
6
description = " Parse command line argument by defining a struct, derive crate."
You can’t perform that action at this time.
0 commit comments