From c1498ad05fc85b6d11c705e71a04b85b61199eef Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 17 Jan 2024 15:59:07 +0100 Subject: [PATCH] Release 0.3.7 libpt@0.3.7 libpt-bintols@0.3.7 Generated by cargo-workspaces --- Cargo.toml | 12 ++++++------ scripts/publish.sh | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91a9d49..7fea739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ default-members = [".", "members/libpt-core"] [workspace.package] publish = true -version = "0.3.6" +version = "0.3.8" edition = "2021" authors = ["Christoph J. Scherr "] license = "MIT" @@ -28,11 +28,11 @@ categories = [ [workspace.dependencies] anyhow = "1.0.79" thiserror = "1.0.56" -libpt-core = { version = "0.3.3", path = "members/libpt-core", registry = "cscherr" } -libpt-bintols = { version = "0.3.3", path = "members/libpt-bintols", registry = "cscherr" } -libpt-log = { version = "0.3.3", path = "members/libpt-log", registry = "cscherr" } -libpt-math = { version = "0.3.3", path = "members/libpt-math", registry = "cscherr" } -libpt-net = { version = "0.3.3", path = "members/libpt-net", registry = "cscherr" } +libpt-core = { version = "0.3.8", path = "members/libpt-core", registry = "cscherr" } +libpt-bintols = { version = "0.3.8", path = "members/libpt-bintols", registry = "cscherr" } +libpt-log = { version = "0.3.8", path = "members/libpt-log", registry = "cscherr" } +libpt-math = { version = "0.3.8", path = "members/libpt-math", registry = "cscherr" } +libpt-net = { version = "0.3.8", path = "members/libpt-net", registry = "cscherr" } [package] name = "libpt" diff --git a/scripts/publish.sh b/scripts/publish.sh index 102db11..22e4234 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -1,3 +1,3 @@ #!/bin/bash -set -e -cargo ws publish --registry cscherr || cargo publish --registry cscherr -p libpt +cargo publish --registry cscherr -p libpt +cargo ws publish --registry cscherr