This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 3fa603b authored and committed Sep 10, 2024 · 20 / 25
1 parent 7d5b3d7 commit 3fa603b Copy full SHA for 3fa603b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ rustdoc-args = ["--cfg", "docsrs"]
21
21
22
22
[dependencies ]
23
23
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 " }
26
26
prometheus = " 0.13"
27
27
protobuf = " 2.14"
28
28
29
29
[dev-dependencies ]
30
- opentelemetry-semantic-conventions = { version = " 0.16 " }
30
+ opentelemetry-semantic-conventions = { path = " ../opentelemetry-semantic-conventions " }
31
31
http-body-util = { workspace = true }
32
32
hyper = { workspace = true , features = [" full" ] }
33
33
hyper-util = { workspace = true , features = [" full" ] }
You can’t perform that action at this time.
0 commit comments