Skip to content

Commit

Permalink
v0.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepySkeleton committed Aug 25, 2020
1 parent f7fcda2 commit 6a7d180
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# v0.3.17 (2020-08-25)

* Fixed [a breakage](https://github.com/TeXitoi/structopt/issues/424) with resent rustc versions
due to `quote_spanned` misuse.

# v0.3.16 (2020-08-05)

* Added [the new example](https://github.com/TeXitoi/structopt/blob/master/examples/required_if.rs).
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "structopt"
version = "0.3.16"
version = "0.3.17"
edition = "2018"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>", "others"]
description = "Parse command line argument by defining a struct."
Expand Down Expand Up @@ -28,7 +28,7 @@ travis-ci = { repository = "TeXitoi/structopt" }

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

Expand Down
2 changes: 1 addition & 1 deletion structopt-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "structopt-derive"
version = "0.4.9"
version = "0.4.10"
edition = "2018"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
description = "Parse command line argument by defining a struct, derive crate."
Expand Down

0 comments on commit 6a7d180

Please sign in to comment.