Skip to content

Commit ff542c6

Browse files
v0.3.18
1 parent bf39770 commit ff542c6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.3.18 (2020-09-23)
2+
3+
* Unsafe code [has been forbidden](https://github.com/TeXitoi/structopt/issues/432). This makes
4+
[`cargo geiger`](https://github.com/rust-secure-code/cargo-geiger) list structopt as "safe".
5+
Maybe it will help somebody trying to locate a bug in their dependency tree.
6+
17
# v0.3.17 (2020-08-25)
28

39
* Fixed [a breakage](https://github.com/TeXitoi/structopt/issues/424) with resent rustc versions

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "structopt"
3-
version = "0.3.17"
3+
version = "0.3.18"
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.10" }
31+
structopt-derive = { path = "structopt-derive", version = "=0.4.11" }
3232
lazy_static = "1.4.0"
3333
paw_dep = { version = "1", optional = true, package = "paw" }
3434

structopt-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "structopt-derive"
3-
version = "0.4.10"
3+
version = "0.4.11"
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)