chore: remove patch caused cargo error (#1140)

This commit is contained in:
LIU JIE
2022-11-08 23:17:54 +08:00
committed by GitHub
parent 7153289b51
commit c9cadd4b23
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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" }
+1 -1
View File
@@ -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"