diff --git a/Cargo.toml b/Cargo.toml index 3b138f4..be19025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ default-members = [".", "members/libpt-core"] [workspace.package] publish = true -version = "0.7.2" +version = "0.7.2-alpha.0" edition = "2021" authors = ["Christoph J. Scherr "] license = "GPL-3.0-or-later" @@ -21,7 +21,7 @@ anyhow = "1.0.79" thiserror = "1.0.56" libpt-core = { version = "0.5.0", path = "members/libpt-core" } libpt-bintols = { version = "0.5.1", path = "members/libpt-bintols" } -libpt-log = { version = "0.6.1", path = "members/libpt-log" } +libpt-log = { version = "0.6.2-alpha.0", path = "members/libpt-log" } libpt-cli = { version = "0.2.1", path = "members/libpt-cli" } [package] diff --git a/members/libpt-cli/Cargo.toml b/members/libpt-cli/Cargo.toml index 6c18b36..f8dcbcc 100644 --- a/members/libpt-cli/Cargo.toml +++ b/members/libpt-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libpt-cli" publish.workspace = true -version = "0.2.1" +version = "0.2.2-alpha.0" edition.workspace = true authors.workspace = true license.workspace = true @@ -24,8 +24,6 @@ comfy-table = "7.1.1" console = "0.15.8" dialoguer = { version = "0.11.0", features = ["completion", "history"] } embed-doc-image = "0.1.4" -exitcode = "1.1.2" -human-panic = "2.0.0" indicatif = "0.17.8" libpt-log = { workspace = true, optional = false } log = { version = "0.4.21", optional = true }