Skip to content

Commit f26ce8b

Browse files
committed
v0.2.4
1 parent 72784f3 commit f26ce8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.2.4 (2018-02-XX)
1+
# v0.2.4 (2018-02-25)
22

33
* Fix compilation with `#![deny(missig_docs]` ([#74](https://github.com/TeXitoi/structopt/issues/74)) by [@TeXitoi](https://github.com/TeXitoi)
44
* Fix [#76](https://github.com/TeXitoi/structopt/issues/76) by [@TeXitoi](https://github.com/TeXitoi)

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.3"
3+
version = "0.2.4"
44
authors = ["Guillaume Pinot <[email protected]>"]
55
description = "Parse command line argument by defining a struct."
66
documentation = "https://docs.rs/structopt"
@@ -18,6 +18,6 @@ travis-ci = { repository = "TeXitoi/structopt" }
1818

1919
[dependencies]
2020
clap = { version = "2.20", default-features = false }
21-
structopt-derive = { path = "structopt-derive", version = "0.2.3" }
21+
structopt-derive = { path = "structopt-derive", version = "0.2.4" }
2222

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

0 commit comments

Comments
 (0)