Skip to content

Commit 56b4108

Browse files
committed
Add comment to crates.io patch
1 parent e3fe217 commit 56b4108

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@ tracing-subscriber = { version = "0.3", default-features = false }
5252
url = { version = "2.2", default-features = false }
5353

5454
[patch.crates-io]
55+
# Required for now since the currently released tonic on crates.io still depends on http v0.2.
56+
# This patched dependency points to this PR: <https://github.com/hyperium/tonic/pull/1670>
57+
#
58+
# This is needed, otherwise there would be incompatibilities between some tonic errors and the http version we depend on.
59+
# Of course the crates can't be published with this patch present.
5560
tonic = { git = "https://github.com/hyperium/tonic.git", rev = "9b306af386528f11dbd022bc372d367adc4e96b5" }

0 commit comments

Comments
 (0)