generated from PlexSheep/baserepo
ci is so great #49
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: publish crates on git.cscherr.de
|
- name: publish crates on git.cscherr.de
|
||||||
uses: katyo/publish-crates@v2
|
uses: katyo/publish-crates@v2
|
||||||
with:
|
with:
|
||||||
args: --registry cscherr
|
args: --registry cscherr --token="Bearer ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}"
|
||||||
registry-token: "Bearer ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}"
|
registry-token: "Bearer ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}"
|
||||||
#- uses: katyo/publish-crates@v2
|
#- uses: katyo/publish-crates@v2
|
||||||
# with:
|
# with:
|
||||||
|
|
18
Cargo.toml
18
Cargo.toml
|
@ -31,8 +31,8 @@ categories = [
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0.79"
|
anyhow = "1.0.79"
|
||||||
thiserror = "1.0.56"
|
thiserror = "1.0.56"
|
||||||
libpt-log = { version = "0.2.3", path = "../libpt-log" }
|
libpt-log = { version = "0.2.5", path = "../libpt-log" }
|
||||||
libpt-bintols = { version = "0.2.3", ath = "../libpt-bintols" }
|
libpt-bintols = { version = "0.2.5", ath = "../libpt-bintols" }
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "libpt"
|
name = "libpt"
|
||||||
|
@ -71,10 +71,10 @@ crate-type = [
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libpt-bintols = { version = "0.2.3", path = "members/libpt-bintols" }
|
libpt-bintols = { version = "0.2.5", path = "members/libpt-bintols" }
|
||||||
libpt-core = { version = "0.2.3", path = "members/libpt-core" }
|
libpt-core = { version = "0.2.5", path = "members/libpt-core" }
|
||||||
libpt-hedu = { version = "0.2.3", path = "members/libpt-hedu" }
|
libpt-hedu = { version = "0.2.5", path = "members/libpt-hedu" }
|
||||||
libpt-log = { version = "0.2.3", path = "members/libpt-log" }
|
libpt-log = { version = "0.2.5", path = "members/libpt-log" }
|
||||||
libpt-math = { version = "0.2.3", path = "members/libpt-math" }
|
libpt-math = { version = "0.2.5", path = "members/libpt-math" }
|
||||||
libpt-ccc = { version = "0.2.3", path = "members/libpt-ccc" }
|
libpt-ccc = { version = "0.2.5", path = "members/libpt-ccc" }
|
||||||
libpt-net = { version = "0.2.3", path = "members/libpt-net" }
|
libpt-net = { version = "0.2.5", path = "members/libpt-net" }
|
||||||
|
|
Reference in New Issue