Release 0.2.10
Cargo Check, Format, Fix, Test and publish / cargo CD (push) Has been cancelled Details

libpt@0.2.10

Generated by cargo-workspaces
This commit is contained in:
Christoph J. Scherr 2024-01-17 11:24:00 +01:00
parent afc97f6de1
commit 71cc69d4ab
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@ members = [
default-members = [".", "members/libpt-bin", "members/libpt-core"]
[workspace.package]
publish = true
version = "0.2.10-alpha.0"
version = "0.2.10"
edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
@ -71,10 +71,10 @@ crate-type = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libpt-bintols = { version = "0.2.9", path = "members/libpt-bintols" }
libpt-core = { version = "0.2.9", path = "members/libpt-core" }
libpt-hedu = { version = "0.2.9", path = "members/libpt-hedu" }
libpt-log = { version = "0.2.9", path = "members/libpt-log" }
libpt-math = { version = "0.2.9", path = "members/libpt-math" }
libpt-ccc = { version = "0.2.9", path = "members/libpt-ccc" }
libpt-net = { version = "0.2.9", path = "members/libpt-net" }
libpt-bintols = { version = "0.2.10", path = "members/libpt-bintols" }
libpt-core = { version = "0.2.10", path = "members/libpt-core" }
libpt-hedu = { version = "0.2.10", path = "members/libpt-hedu" }
libpt-log = { version = "0.2.10", path = "members/libpt-log" }
libpt-math = { version = "0.2.10", path = "members/libpt-math" }
libpt-ccc = { version = "0.2.10", path = "members/libpt-ccc" }
libpt-net = { version = "0.2.10", path = "members/libpt-net" }