Release 0.2.9-alpha.0
Cargo Check, Format, Fix, Test and publish / cargo CD (push) Has been cancelled Details

libpt@0.2.9-alpha.0
libpt-bin@0.2.9-alpha.0

Generated by cargo-workspaces
This commit is contained in:
Christoph J. Scherr 2024-01-17 11:15:38 +01:00
parent 435740809d
commit 58640cc196
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ members = [
default-members = [".", "members/libpt-bin", "members/libpt-core"]
[workspace.package]
publish = true
version = "0.2.8"
version = "0.2.9-alpha.0"
edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"

View File

@ -31,7 +31,7 @@ path = "src/main/mod.rs"
clap = { version = "4.4.4", features = ["derive"] }
clap-num = "1.0.2"
clap-verbosity-flag = "2.0.1"
libpt = { version = "0.2.5", path = "../..", features = [
libpt = {path = "../..", features = [
"default",
"ccc",
"math",