Skip to content

Commit ce3a1b8

Browse files
committed
fix(kubert): fix local dependency references
1 parent d08dd09 commit ce3a1b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kubert/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ tower-http = { version = "0.6.0", optional = true, default-features = false }
208208
tower = { version = "0.5", default-features = false, optional = true }
209209
tracing = { version = "0.1.31", optional = true }
210210

211-
kubert-prometheus-process = { path = "../kubert-prometheus-process", optional = true }
211+
kubert-prometheus-process = { version = "0.2.0-alpha1", path = "../kubert-prometheus-process", optional = true }
212212

213213
[dependencies.clap]
214214
version = "4"
@@ -242,6 +242,7 @@ default-features = false
242242
features = ["env-filter", "fmt", "json", "smallvec", "tracing-log"]
243243

244244
[target.'cfg(tokio_unstable)'.dependencies.kubert-prometheus-tokio]
245+
version = "0.2.0-alpha1"
245246
path = "../kubert-prometheus-tokio"
246247
optional = true
247248
features = ["rt"]

0 commit comments

Comments
 (0)