From 435740809d483fe98ad9631d24f3df2e6c153e15 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 17 Jan 2024 11:14:21 +0100 Subject: [PATCH] Release 0.2.8 libpt@0.2.8 Generated by cargo-workspaces --- .gitea/workflows/cargo-publish.yaml | 2 +- Cargo.toml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/cargo-publish.yaml b/.gitea/workflows/cargo-publish.yaml index 320da16..78a38cb 100644 --- a/.gitea/workflows/cargo-publish.yaml +++ b/.gitea/workflows/cargo-publish.yaml @@ -30,4 +30,4 @@ jobs: run: cargo install cargo-workspaces - name: publish crates on git.cscherr.de run: | - cargo workspaces publish --registry cscherr skip + cargo workspaces publish --registry cscherr diff --git a/Cargo.toml b/Cargo.toml index e468631..eebf2d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ default-members = [".", "members/libpt-bin", "members/libpt-core"] [workspace.package] publish = true -version = "0.2.7" +version = "0.2.8" edition = "2021" authors = ["Christoph J. Scherr "] license = "MIT" @@ -31,8 +31,8 @@ categories = [ [workspace.dependencies] anyhow = "1.0.79" thiserror = "1.0.56" -libpt-log = { version = "0.2.5", path = "../libpt-log" } -libpt-bintols = { version = "0.2.5", ath = "../libpt-bintols" } +libpt-log = { path = "../libpt-log" } +libpt-bintols = { path = "../libpt-bintols" } [package] name = "libpt" @@ -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.5", path = "members/libpt-bintols" } -libpt-core = { version = "0.2.5", path = "members/libpt-core" } -libpt-hedu = { version = "0.2.5", path = "members/libpt-hedu" } -libpt-log = { version = "0.2.5", path = "members/libpt-log" } -libpt-math = { version = "0.2.5", path = "members/libpt-math" } -libpt-ccc = { version = "0.2.5", path = "members/libpt-ccc" } -libpt-net = { version = "0.2.5", path = "members/libpt-net" } +libpt-bintols = { version = "0.2.7", path = "members/libpt-bintols" } +libpt-core = { version = "0.2.7", path = "members/libpt-core" } +libpt-hedu = { version = "0.2.7", path = "members/libpt-hedu" } +libpt-log = { version = "0.2.7", path = "members/libpt-log" } +libpt-math = { version = "0.2.7", path = "members/libpt-math" } +libpt-ccc = { version = "0.2.7", path = "members/libpt-ccc" } +libpt-net = { version = "0.2.7", path = "members/libpt-net" }