We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82895c commit 4f3e611Copy full SHA for 4f3e611
Cargo.lock
@@ -943,8 +943,6 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
943
[[package]]
944
name = "hyper"
945
version = "0.14.31"
946
-source = "registry+https://github.com/rust-lang/crates.io-index"
947
-checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
948
dependencies = [
949
"bytes",
950
"futures-channel",
Cargo.toml
@@ -99,3 +99,6 @@ lto = true
99
[workspace.dependencies]
100
linkerd2-proxy-api = "0.15.0"
101
# linkerd2-proxy-api = { git = "https://github.com/linkerd/linkerd2-proxy-api.git", branch = "main" }
102
+
103
+[patch.crates-io.hyper]
104
+path = "/home/katie/work/hyper"
0 commit comments