Skip to content

Commit dc6a4e2

Browse files
committed
fix(api): bump minimum version of tonic
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 tokio-rs#592
1 parent 2dd6a0d commit dc6a4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console-api/Cargo.toml

+1-1
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)