Skip to content

Commit

Permalink
fix cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Mar 22, 2024
1 parent d0a4487 commit 2be4c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,7 @@ dependencies = [
"linkerd-app-test",
"linkerd-distribute",
"linkerd-http-classify",
"linkerd-http-prom",
"linkerd-http-retry",
"linkerd-http-route",
"linkerd-identity",
Expand Down
1 change: 1 addition & 0 deletions linkerd/app/outbound/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ linkerd-app-core = { path = "../core" }
linkerd-app-test = { path = "../test", optional = true }
linkerd-distribute = { path = "../../distribute" }
linkerd-http-classify = { path = "../../http-classify" }
linkerd-http-prom = { path = "../../http-prom" }
linkerd-http-retry = { path = "../../http-retry" }
linkerd-http-route = { path = "../../http-route" }
linkerd-identity = { path = "../../identity" }
Expand Down

0 comments on commit 2be4c74

Please sign in to comment.