Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3fa603b

Browse files
frailltMindaugas Vinkelis
authored and
Mindaugas Vinkelis
committedSep 10, 2024·
fix dependencies in prometheus to use local crates
1 parent 7d5b3d7 commit 3fa603b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎opentelemetry-prometheus/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ rustdoc-args = ["--cfg", "docsrs"]
2121

2222
[dependencies]
2323
once_cell = { workspace = true }
24-
opentelemetry = { version = "0.24", default-features = false, features = ["metrics"] }
25-
opentelemetry_sdk = { version = "0.24", default-features = false, features = ["metrics"] }
24+
opentelemetry = { default-features = false, features = ["metrics"], path = "../opentelemetry" }
25+
opentelemetry_sdk = { default-features = false, features = ["metrics"], path = "../opentelemetry-sdk" }
2626
prometheus = "0.13"
2727
protobuf = "2.14"
2828

2929
[dev-dependencies]
30-
opentelemetry-semantic-conventions = { version = "0.16" }
30+
opentelemetry-semantic-conventions = { path = "../opentelemetry-semantic-conventions" }
3131
http-body-util = { workspace = true }
3232
hyper = { workspace = true, features = ["full"] }
3333
hyper-util = { workspace = true, features = ["full"] }

0 commit comments

Comments
 (0)