Skip to content

Commit

Permalink
fix(api): bump minimum version of tonic (#593)
Browse files Browse the repository at this point in the history
Change the minimum version of tonic from 0.12 to 0.12.3. This fixes
compilation in downstream projects with old lock files, since the
generated code now uses a constant only present in tonic 0.12.3.

Closes #592
  • Loading branch information
divergentdave authored Nov 4, 2024
1 parent 2dd6a0d commit 1f41b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords = [
transport = ["tonic/transport"]

[dependencies]
tonic = { version = "0.12", default-features = false, features = [
tonic = { version = "0.12.3", default-features = false, features = [
"prost",
"codegen",
"transport",
Expand Down

0 comments on commit 1f41b61

Please sign in to comment.