Skip to content

Commit

Permalink
Merge pull request #53 from cryo28/master
Browse files Browse the repository at this point in the history
Relax tonic version requirements
  • Loading branch information
jalil-salame authored Dec 9, 2024
2 parents c62c70c + c1017fe commit ae7a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = "0.3"
libc = "0.2.138"
vsock = "0.5.1"
tokio = { version = "1", features = ["net", "sync"] }
tonic = { version = "0.12.0", optional = true }
tonic = { version = ">= 0.5.0, < 0.13.0", optional = true }

[dev-dependencies]
sha2 = "0.10.6"
Expand Down

0 comments on commit ae7a784

Please sign in to comment.