Skip to content

Commit 24682a4

Browse files
committed
address comments
1 parent 646d74c commit 24682a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-jaeger/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tokio = { workspace = true, features = ["net", "sync"], optional = true }
4343
wasm-bindgen = { version = "0.2", optional = true }
4444
wasm-bindgen-futures = { version = "0.4.18", optional = true }
4545

46-
tonic = { workspace = true, optional = true, default-features = true }
46+
tonic = { workspace = true, optional = true, features = ["transport", "codegen", "prost"] }
4747
prost = { workspace = true, optional = true }
4848
prost-types = { workspace = true, optional = true }
4949

0 commit comments

Comments
 (0)