chore: remove patch caused cargo error (#1140)
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user