Release 0.4.0-alpha.2
cargo devel CI / cargo CI (push) Successful in 1m40s Details

libpt@0.4.0-alpha.2
libpt-bintols@0.4.0-alpha.2
libpt-core@0.4.0-alpha.2
libpt-log@0.4.0-alpha.2
libpt-py@0.4.0-alpha.2

Generated by cargo-workspaces
This commit is contained in:
Christoph J. Scherr 2024-03-01 21:29:00 +01:00
parent 7150f0aefd
commit ea9a15771b
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
4 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ default-members = [".", "members/libpt-core"]
[workspace.package]
publish = true
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
@ -28,10 +28,10 @@ categories = [
[workspace.dependencies]
anyhow = "1.0.79"
thiserror = "1.0.56"
libpt-core = { version = "0.3.12", path = "members/libpt-core" }
libpt-bintols = { version = "0.3.12", path = "members/libpt-bintols" }
libpt-log = { version = "0.3.12", path = "members/libpt-log" }
libpt-py = { version = "0.3.12", path = "members/libpt-py" }
libpt-core = { version = "0.4.0-alpha.2", path = "members/libpt-core" }
libpt-bintols = { version = "0.4.0-alpha.2", path = "members/libpt-bintols" }
libpt-log = { version = "0.4.0-alpha.2", path = "members/libpt-log" }
libpt-py = { version = "0.4.0-alpha.2", path = "members/libpt-py" }
[package]
name = "libpt"

View File

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

View File

@ -1,7 +1,7 @@
[package]
name = "libpt-core"
publish.workspace = true
version = "0.3.12"
version = "0.4.0-alpha.2"
edition.workspace = true
authors.workspace = true
license.workspace = true

View File

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