Skip to content

Commit 2ac49b8

Browse files
committed
v0.2.18
1 parent 2b0506e commit 2ac49b8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.2.16"
3+
version = "0.2.18"
44
authors = ["Guillaume Pinot <texitoi@texitoi.eu>", "others"]
55
description = "Parse command line argument by defining a struct."
66
documentation = "https://docs.rs/structopt"
@@ -28,6 +28,6 @@ travis-ci = { repository = "TeXitoi/structopt" }
2828

2929
[dependencies]
3030
clap = { version = "2.21", default-features = false }
31-
structopt-derive = { path = "structopt-derive", version = "0.2.16" }
31+
structopt-derive = { path = "structopt-derive", version = "0.2.18" }
3232

3333
[workspace]

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.2.16"
3+
version = "0.2.18"
44
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
55
description = "Parse command line argument by defining a struct, derive crate."
66
documentation = "https://docs.rs/structopt-derive"

0 commit comments

Comments
 (0)