Skip to content

Commit 1f41b61

Browse files
fix(api): bump minimum version of tonic (#593)
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
1 parent 2dd6a0d commit 1f41b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ keywords = [
2929
transport = ["tonic/transport"]
3030

3131
[dependencies]
32-
tonic = { version = "0.12", default-features = false, features = [
32+
tonic = { version = "0.12.3", default-features = false, features = [
3333
"prost",
3434
"codegen",
3535
"transport",

0 commit comments

Comments
 (0)