diff --git a/Cargo.toml b/Cargo.toml index 2d87000..5f22ae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ [package] name = "interactive-clap" -version = "0.2.0" +version = "0.2.1" 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.0" } +interactive-clap-derive = { path = "interactive-clap-derive", version = "0.2.1" } strum = { version = "0.24", features = ["derive"] } strum_macros = "0.24" @@ -24,6 +24,6 @@ shell-words = "1.0.0" clap = { version = "4.0.18", features = ["derive"] } -inquire = "0.5" +inquire = "0.6" -color-eyre = "0.5" +color-eyre = "0.6" diff --git a/interactive-clap-derive/Cargo.toml b/interactive-clap-derive/Cargo.toml index 1d7c190..5e0b88a 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.0" +version = "0.2.1" authors = ["FroVolod "] edition = "2018" license = "MIT OR Apache-2.0"