diff --git a/Cargo.toml b/Cargo.toml index 5f22ae4..3fc6485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ [package] name = "interactive-clap" -version = "0.2.1" +version = "0.2.2" authors = ["FroVolod "] edition = "2018" license = "MIT OR Apache-2.0" @@ -15,7 +15,7 @@ description = "Interactive mode extension crate to Command Line Arguments Parser # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -interactive-clap-derive = { path = "interactive-clap-derive", version = "0.2.1" } +interactive-clap-derive = { path = "interactive-clap-derive", version = "0.2.2" } strum = { version = "0.24", features = ["derive"] } strum_macros = "0.24" diff --git a/interactive-clap-derive/Cargo.toml b/interactive-clap-derive/Cargo.toml index 5e0b88a..2d4f147 100644 --- a/interactive-clap-derive/Cargo.toml +++ b/interactive-clap-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "interactive-clap-derive" -version = "0.2.1" +version = "0.2.2" authors = ["FroVolod "] edition = "2018" license = "MIT OR Apache-2.0" @@ -16,4 +16,4 @@ proc-macro = true proc-macro2 = "1.0.24" proc-macro-error = "1" quote = "1.0" -syn = "1.0" +syn = "1"