Skip to content

Commit

Permalink
temporary dependency override on linkerd2-proxy-api to pick changes f…
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Oct 25, 2024
1 parent aa6713d commit 82c92a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1325,8 +1325,7 @@ dependencies = [
[[package]]
name = "linkerd2-proxy-api"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26c72fb98d969e1e94e95d52a6fcdf4693764702c369e577934256e72fb5bc61"
source = "git+https://github.com/linkerd/linkerd2-proxy-api.git?branch=alpeb/rate-limiting#765b27ce1ef49f0795d1f8c3bd0c7e88e5034f18"
dependencies = [
"http",
"ipnet",
Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ members = [

[profile.release]
lto = "thin"

[patch.crates-io]
linkerd2-proxy-api = { git = "https://github.com/linkerd/linkerd2-proxy-api.git", branch = "alpeb/rate-limiting" }

0 comments on commit 82c92a6

Please sign in to comment.