Release 0.7.3-alpha.2
cargo devel CI / cargo CI (push) Has been cancelled Details

libpt@0.7.3-alpha.2
libpt-bintols@0.7.3-alpha.2
libpt-cli@0.7.3-alpha.2
libpt-log@0.7.3-alpha.2

Generated by cargo-workspaces
This commit is contained in:
Christoph J. Scherr 2024-09-08 01:31:44 +02:00
parent a7d0c18f52
commit 076bb6055b
4 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ default-members = [".", "members/libpt-core"]
[workspace.package] [workspace.package]
publish = true publish = true
version = "0.7.3-alpha.1" version = "0.7.3-alpha.2"
edition = "2021" edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"] authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
@ -20,9 +20,9 @@ categories = ["command-line-utilities", "development-tools"]
anyhow = "1.0.79" anyhow = "1.0.79"
thiserror = "1.0.56" thiserror = "1.0.56"
libpt-core = { version = "0.5.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-bintols = { version = "0.7.3-alpha.2", path = "members/libpt-bintols" }
libpt-log = { version = "0.6.2-alpha.1", path = "members/libpt-log" } libpt-log = { version = "0.7.3-alpha.2", path = "members/libpt-log" }
libpt-cli = { version = "0.2.2-alpha.1", path = "members/libpt-cli" } libpt-cli = { version = "0.7.3-alpha.2", path = "members/libpt-cli" }
[package] [package]
name = "libpt" name = "libpt"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "libpt-bintols" name = "libpt-bintols"
publish.workspace = true publish.workspace = true
version = "0.5.1" version = "0.7.3-alpha.2"
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true

View File

@ -1,7 +1,7 @@
[package] [package]
name = "libpt-cli" name = "libpt-cli"
publish.workspace = true publish.workspace = true
version = "0.2.2-alpha.1" version = "0.7.3-alpha.2"
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true

View File

@ -1,7 +1,7 @@
[package] [package]
name = "libpt-log" name = "libpt-log"
publish.workspace = true publish.workspace = true
version = "0.6.2-alpha.1" version = "0.7.3-alpha.2"
edition.workspace = true edition.workspace = true
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true