Skip to content

Commit

Permalink
chore: remove patch caused cargo error (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Millione authored Nov 8, 2022
1 parent 7153289 commit c9cadd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ members = [
"tests/compression",
"tonic-web/tests/integration",
]

[patch.crates-io]
prost-build = { git = "https://github.com/tokio-rs/prost/", branch = "lucio/format" }

2 changes: 1 addition & 1 deletion tonic-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.8.2"
[dependencies]
prettyplease = { version = "0.1" }
proc-macro2 = "1.0"
prost-build = { version = "0.11.1", optional = true }
prost-build = { version = "0.11.2", optional = true }
quote = "1.0"
syn = "1.0"

Expand Down

0 comments on commit c9cadd4

Please sign in to comment.