Skip to content

Commit 243445d

Browse files
committed
fixup test compilation
Signed-off-by: tison <[email protected]>
1 parent 067bb98 commit 243445d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/tracing-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ opentelemetry_sdk = { path = "../../opentelemetry-sdk", features = ["rt-tokio"]
1919
opentelemetry-stdout = { path = "../../opentelemetry-stdout", features = ["trace"] }
2020
prost = { workspace = true }
2121
tokio = { workspace = true, features = ["full"] }
22-
tonic = { workspace = true }
22+
tonic = { workspace = true, features = ["server"] }
2323

2424
[build-dependencies]
2525
tonic-build = { workspace = true }

opentelemetry-otlp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ opentelemetry_sdk = { features = ["trace", "rt-tokio", "testing"], path = "../op
5151
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
5252
futures-util = { workspace = true }
5353
temp-env = { workspace = true }
54+
tonic = { workspace = true, features = ["server"] }
5455

5556
[features]
5657
# telemetry pillars and functions

0 commit comments

Comments
 (0)