chore: bump version and fix deptree of workspace
cargo devel CI / cargo CI (push) Successful in 1m57s Details

This commit is contained in:
Christoph J. Scherr 2024-08-30 17:39:53 +02:00
parent 442e17f9a8
commit 3a215390d6
4 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ default-members = [".", "members/libpt-core"]
[workspace.package]
publish = true
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "GPL-3.0-or-later"
@ -19,10 +19,10 @@ categories = ["command-line-utilities", "development-tools"]
[workspace.dependencies]
anyhow = "1.0.79"
thiserror = "1.0.56"
libpt-core = { version = "0.4.0", path = "members/libpt-core" }
libpt-core = { version = "0.5.0", path = "members/libpt-core" }
libpt-bintols = { version = "0.5.1", path = "members/libpt-bintols" }
libpt-log = { version = "0.5.1", path = "members/libpt-log" }
libpt-cli = { version = "0.1.2", path = "members/libpt-cli" }
libpt-log = { version = "0.6.0", path = "members/libpt-log" }
libpt-cli = { version = "0.2.0", path = "members/libpt-cli" }
[package]
name = "libpt"

View File

@ -1,7 +1,7 @@
[package]
name = "libpt-cli"
publish.workspace = true
version = "0.1.2"
version = "0.2.0"
edition.workspace = true
authors.workspace = true
license.workspace = true

View File

@ -1,7 +1,7 @@
[package]
name = "libpt-core"
publish.workspace = true
version = "0.4.0"
version = "0.5.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
@ -14,6 +14,5 @@ categories.workspace = true
[dependencies]
anyhow = "1.0.79"
libpt-log = { workspace = true }
[dev-dependencies]

View File

@ -1,7 +1,7 @@
[package]
name = "libpt-log"
publish.workspace = true
version = "0.5.1"
version = "0.6.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
@ -18,6 +18,7 @@ tracing-appender = "0.2.2"
tracing-subscriber = "0.3.17"
anyhow = { workspace = true }
thiserror = { workspace = true }
libpt-core = { workspace = true, optional = false }
[dev-dependencies]
gag = "1.0.0"