generated from PlexSheep/baserepo
Compare commits
1 Commits
master
...
v0.4.0-alp
Author | SHA1 | Date |
---|---|---|
Christoph J. Scherr | 7763d30909 |
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue