chore: bump versions
cargo devel CI / cargo CI (push) Successful in 1m55s Details

This commit is contained in:
Christoph J. Scherr 2024-09-08 00:36:17 +02:00
parent 6197532bc7
commit a4e5eed029
1 changed files with 2 additions and 2 deletions

View File

@ -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 <software@cscherr.de>"]
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]