Skip to content

Commit

Permalink
Fix up opentelemetry-datadog.
Browse files Browse the repository at this point in the history
* Need to have consistent dependencies.

Signed-off-by: Harold Dost <h.dost@criteo.com>
  • Loading branch information
hdost committed Nov 22, 2023
1 parent 4e772e3 commit 9268295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-datadog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ base64 = "0.13"
bytes = "1"
futures-util = { version = "0.3", default-features = false, features = ["io"] }
isahc = "1.4"
opentelemetry_sdk = { version = "0.21", features = ["trace", "testing"] }
opentelemetry_sdk = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", branch = "main" , features = ["trace", "testing"] }

[[example]]
name = "datadog"
Expand Down

0 comments on commit 9268295

Please sign in to comment.