Skip to content

Commit a1a5713

Browse files
committed
refactor(deps): define linkerd2-proxy-api using table (linkerd#3473)
this is a small cosmetic tweak to the cargo workspace manifest. this defines the proxy api as a toml table, to help give us a more natural place to hang the (inert) example of a git dependency used in development. Signed-off-by: katelyn martin <[email protected]>
1 parent 2fe2321 commit a1a5713

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,16 @@ h2 = { version = "0.3" }
102102
http = { version = "0.2" }
103103
http-body = { version = "0.4" }
104104
hyper = { version = "0.14", default-features = false }
105-
linkerd2-proxy-api = "0.15.0"
106105
prost = { version = "0.12" }
107106
prost-types = { version = "0.12" }
108107
tokio-rustls = { version = "0.26", default-features = false, features = ["ring", "logging"] }
109108
tonic = { version = "0.10", default-features = false }
110109
tonic-build = { version = "0.10", default-features = false }
111-
# linkerd2-proxy-api = { git = "https://github.com/linkerd/linkerd2-proxy-api.git", branch = "main" }
110+
111+
[workspace.dependencies.linkerd2-proxy-api]
112+
version = "0.15.0"
113+
# git = "https://github.com/linkerd/linkerd2-proxy-api.git"
114+
# branch = "main"
112115

113116
# NB: hyperium/hyper#3796 backports the server connection builder's
114117
# `max_pending_accept_reset_streams()` method. once released, we can depend on

0 commit comments

Comments
 (0)