diff --git a/Cargo.toml b/Cargo.toml index 438aeb75..a5c7a8b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structopt" -version = "0.1.1" +version = "0.1.2" authors = ["Guillaume Pinot "] description = "Parse command line argument by defining a struct." documentation = "https://docs.rs/structopt" @@ -17,6 +17,6 @@ travis-ci = { repository = "TeXitoi/structopt" } clap = "2.20" [dev-dependencies] -structopt-derive = { path = "structopt-derive", version = "0.1.1" } +structopt-derive = { path = "structopt-derive", version = "0.1.2" } [workspace] diff --git a/structopt-derive/Cargo.toml b/structopt-derive/Cargo.toml index 62634575..06b742b1 100644 --- a/structopt-derive/Cargo.toml +++ b/structopt-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structopt-derive" -version = "0.1.1" +version = "0.1.2" authors = ["Guillaume Pinot "] description = "Parse command line argument by defining a struct, derive crate." documentation = "https://docs.rs/structopt-derive"