chore: remove patch caused cargo error (#1140)
This commit is contained in:
@@ -22,7 +22,3 @@ members = [
|
|||||||
"tests/compression",
|
"tests/compression",
|
||||||
"tonic-web/tests/integration",
|
"tonic-web/tests/integration",
|
||||||
]
|
]
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
prost-build = { git = "https://github.com/tokio-rs/prost/", branch = "lucio/format" }
|
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ version = "0.8.2"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
prettyplease = { version = "0.1" }
|
prettyplease = { version = "0.1" }
|
||||||
proc-macro2 = "1.0"
|
proc-macro2 = "1.0"
|
||||||
prost-build = { version = "0.11.1", optional = true }
|
prost-build = { version = "0.11.2", optional = true }
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
syn = "1.0"
|
syn = "1.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user