Skip to content

Commit ce4c400

Browse files
committed
- fix the demo bug in last commit
- remove integration test in jaeger propagator - add cargo clippy for every create
1 parent d630375 commit ce4c400

File tree

5 files changed

+19
-542
lines changed

5 files changed

+19
-542
lines changed

opentelemetry-jaeger-propagator/Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ opentelemetry = { version = "0.21", default-features = false, features = [
2525
"trace",
2626
], path = "../opentelemetry" }
2727

28-
tonic = { workspace = true, optional = true }
29-
prost = { workspace = true, optional = true }
30-
prost-types = { workspace = true, optional = true }
31-
3228
[dev-dependencies]
3329
opentelemetry_sdk = { features = ["testing"], path = "../opentelemetry-sdk" }
3430

3531
[features]
3632
default = []
37-
integration_test = []

0 commit comments

Comments
 (0)