diff --git a/Cargo.toml b/Cargo.toml index 8262f307..b43728bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structopt" -version = "0.3.6" +version = "0.3.7" edition = "2018" authors = ["Guillaume Pinot ", "others"] description = "Parse command line argument by defining a struct." @@ -28,7 +28,7 @@ travis-ci = { repository = "TeXitoi/structopt" } [dependencies] clap = { version = "2.33", default-features = false } -structopt-derive = { path = "structopt-derive", version = "0.3.6" } +structopt-derive = { path = "structopt-derive", version = "=0.4.0" } [dev-dependencies] trybuild = "1.0.5" diff --git a/structopt-derive/Cargo.toml b/structopt-derive/Cargo.toml index df07af76..ad547af2 100644 --- a/structopt-derive/Cargo.toml +++ b/structopt-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structopt-derive" -version = "0.3.6" +version = "0.4.0" edition = "2018" authors = ["Guillaume Pinot "] description = "Parse command line argument by defining a struct, derive crate."