Skip to content

Commit a8f2dc4

Browse files
committed
add features needed to build the examples
1 parent 301e837 commit a8f2dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tracing-grpc/Cargo.toml

+1-1
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 = ["codegen", "transport", "prost"] }
2323
serde_json = { workspace = true }
2424

2525
[build-dependencies]

0 commit comments

Comments
 (0)