@@ -47,6 +47,11 @@ cargo build --release
|
|||||||
# Publish crate (only if -Publish and registry auth is available)
|
# Publish crate (only if -Publish and registry auth is available)
|
||||||
# Publish crate (only if -Publish). Relies on your Cargo config/credentials.
|
# Publish crate (only if -Publish). Relies on your Cargo config/credentials.
|
||||||
if ($Publish) {
|
if ($Publish) {
|
||||||
|
if (-not $Registry) {
|
||||||
|
$Registry = 'gitea'
|
||||||
|
Write-Host 'No -Registry provided; defaulting publish target to registry: gitea'
|
||||||
|
}
|
||||||
|
|
||||||
$publishOrder = @(
|
$publishOrder = @(
|
||||||
'lda-ipjs',
|
'lda-ipjs',
|
||||||
'wakey-core',
|
'wakey-core',
|
||||||
|
|||||||
@@ -38,5 +38,5 @@ tracing-subscriber = { version = "0.3", features = [
|
|||||||
] }
|
] }
|
||||||
time = { version = "0.3", features = ["formatting", "local-offset"] }
|
time = { version = "0.3", features = ["formatting", "local-offset"] }
|
||||||
url = "2"
|
url = "2"
|
||||||
wakey = { path = "..", registry = "gitea" }
|
wakey = { path = "..", registry = "gitea", version = "0" }
|
||||||
wakey-core = { path = "../wakey-core", registry = "gitea" }
|
wakey-core = { path = "../wakey-core", registry = "gitea", version = "0" }
|
||||||
|
|||||||
@@ -43,4 +43,4 @@ opentelemetry = "0.31"
|
|||||||
opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic", "trace"] }
|
opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic", "trace"] }
|
||||||
opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"] }
|
opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"] }
|
||||||
uuid = { version = "1", features = ["v4", "serde"] }
|
uuid = { version = "1", features = ["v4", "serde"] }
|
||||||
wakey-agent = { path = "../wakey-agent", registry = "gitea" }
|
wakey-agent = { path = "../wakey-agent", registry = "gitea", version = "0" }
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ futures = "0"
|
|||||||
macaddr = { version = "1", features = ["serde", "serde_std"] }
|
macaddr = { version = "1", features = ["serde", "serde_std"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
tokio = { version = "1", features = ["fs", "net", "rt", "sync"] }
|
tokio = { version = "1", features = ["fs", "net", "rt", "sync"] }
|
||||||
wakey-core = { path = "../wakey-core" }
|
wakey-core = { path = "../wakey-core", registry = "gitea", version = "0"}
|
||||||
|
|
||||||
[dependencies.lda-ipjs]
|
[dependencies.lda-ipjs]
|
||||||
path = "../ipjs"
|
path = "../ipjs"
|
||||||
registry = "gitea"
|
registry = "gitea"
|
||||||
version = "*"
|
version = "0"
|
||||||
features = ["experimental-nl"]
|
features = ["experimental-nl"]
|
||||||
|
|||||||
Reference in New Issue
Block a user