Release independent packages
cargo devel CI / cargo CI (push) Successful in 2m3s Details

Generated by cargo-workspaces
This commit is contained in:
Christoph J. Scherr 2024-01-17 16:06:33 +01:00
parent d792d88ff6
commit 9f27db1ce3
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
2 changed files with 8 additions and 8 deletions

View File

@ -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 <software@cscherr.de>"]
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"

View File

@ -1,3 +1,3 @@
#!/bin/bash
set -e
cargo ws publish --registry cscherr || cargo publish --registry cscherr -p libpt
cargo ws publish --registry cscherr --publish-as-is
cargo publish --registry cscherr -p libpt