Skip to content

Commit 6a7d180

Browse files
v0.3.17
1 parent f7fcda2 commit 6a7d180

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.3.17 (2020-08-25)
2+
3+
* Fixed [a breakage](https://github.com/TeXitoi/structopt/issues/424) with resent rustc versions
4+
due to `quote_spanned` misuse.
5+
16
# v0.3.16 (2020-08-05)
27

38
* Added [the new example](https://github.com/TeXitoi/structopt/blob/master/examples/required_if.rs).

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "structopt"
3-
version = "0.3.16"
3+
version = "0.3.17"
44
edition = "2018"
55
authors = ["Guillaume Pinot <[email protected]>", "others"]
66
description = "Parse command line argument by defining a struct."
@@ -28,7 +28,7 @@ travis-ci = { repository = "TeXitoi/structopt" }
2828

2929
[dependencies]
3030
clap = { version = "2.33", default-features = false }
31-
structopt-derive = { path = "structopt-derive", version = "=0.4.9" }
31+
structopt-derive = { path = "structopt-derive", version = "=0.4.10" }
3232
lazy_static = "1.4.0"
3333
paw_dep = { version = "1", optional = true, package = "paw" }
3434

structopt-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "structopt-derive"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
edition = "2018"
55
authors = ["Guillaume Pinot <[email protected]>"]
66
description = "Parse command line argument by defining a struct, derive crate."

0 commit comments

Comments
 (0)