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

libpt@0.2.8

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

View File

@ -30,4 +30,4 @@ jobs:
run: cargo install cargo-workspaces run: cargo install cargo-workspaces
- name: publish crates on git.cscherr.de - name: publish crates on git.cscherr.de
run: | run: |
cargo workspaces publish --registry cscherr skip cargo workspaces publish --registry cscherr

View File

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