Skip to content

Commit 3cf2f8e

Browse files
more sync with other PR
1 parent e1b2c72 commit 3cf2f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tracing-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ opentelemetry-stdout = { workspace = true, features = ["trace"] }
2020
prost = { workspace = true }
2121
tokio = { workspace = true, features = ["full"] }
2222
tonic = { workspace = true, default-features = false, features = [
23-
"transport", "codegen", "prost"
23+
"transport", "codegen", "prost", "channel"
2424
] }
2525

2626
[build-dependencies]

0 commit comments

Comments
 (0)