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

libpt@0.2.6
libpt-bin@0.2.6
libpt-bintols@0.2.6
libpt-ccc@0.2.6
libpt-core@0.2.6
libpt-hedu@0.2.6
libpt-log@0.2.6
libpt-math@0.2.6
libpt-net@0.2.6

Generated by cargo-workspaces
This commit is contained in:
Christoph J. Scherr 2024-01-17 10:56:35 +01:00
parent 819becd741
commit 549313424f
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
2 changed files with 5 additions and 4 deletions

View File

@ -26,7 +26,8 @@ jobs:
' > ~/.cargo/config.toml ' > ~/.cargo/config.toml
cat ~/.cargo/config.toml cat ~/.cargo/config.toml
echo Registry Token: ${{ secrets.CARGO_PUBLISH_CSCHERR }} echo Registry Token: ${{ secrets.CARGO_PUBLISH_CSCHERR }}
- name: install cargo workspace
run: cargo install cargo-workspaces
- name: publish crates on git.cscherr.de - name: publish crates on git.cscherr.de
uses: katyo/publish-crates@v2 run: |
with: cargo workspaces publish --registry cscherr skip
args: --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.5" version = "0.2.6"
edition = "2021" edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"] authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT" license = "MIT"