Skip to content

Commit

Permalink
build(example): protoc still needed to build (but no longer to use)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Sep 22, 2024
1 parent bfed50e commit 39a6fce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ASDF_RUST_PROFILE = "minimal"
rust = '1.80.0'
just = '1'
grpcurl = '1.9'
protoc = '24'
# grpc-health-probe = "*"
# sccache = "0.5"
binstall = "1.10"
Expand Down
12 changes: 2 additions & 10 deletions examples/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ init-tracing-opentelemetry = { path = "../../init-tracing-opentelemetry", featur
opentelemetry = { workspace = true }
prost = "0.13"
tokio = { workspace = true, features = ["full"] }
tonic = { version = "0.12", features = [
"transport",
"channel",
"codegen",
], default-features = false }
tonic = "0.12"
tonic-health = "0.12"
tonic-reflection = "0.12"
tonic-tracing-opentelemetry = { path = "../../tonic-tracing-opentelemetry" }
Expand All @@ -26,11 +22,7 @@ tracing = { workspace = true }
tracing-opentelemetry-instrumentation-sdk = "0.15" # { path = "../../tracing-opentelemetry-instrumentation-sdk" }

[build-dependencies]
tonic-build = { version = "0.12", default-features = false, features = [
"transport",
"prost",
] }

tonic-build = "0.12"

[[bin]]
name = "server"
Expand Down

0 comments on commit 39a6fce

Please sign in to comment.