Skip to content

Commit

Permalink
building
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Feb 14, 2024
1 parent 214c750 commit 651a4bd
Show file tree
Hide file tree
Showing 6 changed files with 726 additions and 698 deletions.
42 changes: 14 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ console-subscriber = { version = "0.1.6", optional = true }
drain = "0.1.1"
futures = "0.3.12"
gperftools = { version = "0.2.0", features = ["heap"], optional = true }
hyper = { version = "1.0", features = ["full"] }
hyper-util = { git = "https://github.com/hyperium/hyper-util", branch = "features-cleanup", features = ["full"] }
hyper = { version = "1.1", features = ["full"] }
hyper-util = { version = "0.1", features = ["full"] }
libc = "0.2.126"
log = "0.4"
once_cell = "1.16.0"
Expand Down Expand Up @@ -120,11 +120,3 @@ local-ip-address = "0.5.3"
matches = "0.1.9"
test-case = "3.0.0"
#debug = true
[patch."https://github.com/hyperium/hyper-util"]
hyper-util = { path = "../../../../git/hyper-util" }

[patch."https://github.com/howardjohn/boring"]
hyper-boring = { path = "../../../../git/boring/hyper-boring" }
boring = { path = "../../../../git/boring/boring" }
tokio-boring = { path = "../../../../git/boring/tokio-boring" }
boring-sys = { path = "../../../../git/boring/boring-sys" }
Loading

0 comments on commit 651a4bd

Please sign in to comment.