Release v0.4.0-alpha.1
cargo devel CI / cargo CI (push) Failing after 1m13s Details

This commit is contained in:
Christoph J. Scherr 2024-03-01 21:21:34 +01:00
parent 4e486fde80
commit 7763d30909
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
2 changed files with 4 additions and 8 deletions

View File

@ -28,10 +28,10 @@ categories = [
[workspace.dependencies]
anyhow = "1.0.79"
thiserror = "1.0.56"
libpt-core = { version = "0.3.12", path = "members/libpt-core" }
libpt-bintols = { version = "0.3.12", path = "members/libpt-bintols" }
libpt-log = { version = "0.3.12", path = "members/libpt-log" }
libpt-py = { version = "0.3.12", path = "members/libpt-py" }
libpt-core = { version = "0.4.0-alpha.1", path = "members/libpt-core" }
libpt-bintols = { version = "0.4.0-alpha.1", path = "members/libpt-bintols" }
libpt-log = { version = "0.4.0-alpha.1", path = "members/libpt-log" }
libpt-py = { version = "0.4.0-alpha.1", path = "members/libpt-py" }
[package]
name = "libpt"

View File

@ -16,14 +16,10 @@ sleep 10
cargo publish -p libpt-log
cargo publish -p libpt-core
cargo publish -p libpt-bintols
cargo publish -p libpt-math
cargo publish -p libpt-net
cargo publish -p libpt
echo ">>>>>>>> PUBLISHING TO CSCHERR.DE NEXT"
sleep 3
cargo publish --registry cscherr -p libpt-log
cargo publish --registry cscherr -p libpt-core
cargo publish --registry cscherr -p libpt-bintols
cargo publish --registry cscherr -p libpt-math
cargo publish --registry cscherr -p libpt-net
cargo publish --registry cscherr -p libpt