File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # v0.3.12 (2020-03-18)
2
+
3
+ * Fixed [ bug in ` external_subcommand ` ] ( https://github.com/TeXitoi/structopt/issues/359 ) .
4
+
1
5
# v0.3.11 (2020-03-01)
2
6
3
- * ` syn ` 's "full" feature is now explicitly enabled because it must has been, but hasn't.
7
+ * ` syn ` 's "full" feature is now explicitly enabled. It must have been, but hasn't.
4
8
5
9
# v0.3.10 (2020-03-01) - YANKED
6
10
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " structopt"
3
- version = " 0.3.11 "
3
+ version = " 0.3.12 "
4
4
edition = " 2018"
5
5
authors = [
" Guillaume Pinot <[email protected] >" ,
" 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.4 " }
31
+ structopt-derive = { path = " structopt-derive" , version = " =0.4.5 " }
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.4 "
3
+ version = " 0.4.5 "
4
4
edition = " 2018"
5
5
authors = [
" Guillaume Pinot <[email protected] >" ]
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