Skip to content

Commit f923779

Browse files
committed
Add support for compile buck2 at riscv64
Signed-off-by: xizheyin <[email protected]>
1 parent 8c237f3 commit f923779

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ httparse = "1.7.1"
189189
httptest = "0.15"
190190
humantime = "2.0.1"
191191
hyper = { version = "0.14.26", features = ["client", "http1", "http2"] }
192-
hyper-proxy = { git = "https://github.com/get9/hyper-proxy", rev = "205e9fee42d469444d654d9fa207897f4a77d5b6", features = ["rustls"], default-features = false } # branch = tokio-rustls-0.23 Many PRs to bump versions (#28, #30, #31) are several years old, possibly abandoned crate. This fork contains changes from #28 + changes to upgrade rustls to 0.21.
192+
hyper-proxy = { git = "https://github.com/xizheyin/hyper-proxy", rev = "56ac58ce14107c5edaca75579c31baa6a71231b8", features = ["rustls"], default-features = false } # branch = tokio-rustls-0.23 Many PRs to bump versions (#28, #30, #31) are several years old, possibly abandoned crate. This fork contains changes from #28 + changes to upgrade rustls to 0.21, webpki to 0.22.
193193
hyper-rustls = { version = "0.24.0", features = ["http2"] }
194194
hyper-timeout = "0.4"
195195
hyper-unix-connector = "0.2"
@@ -454,5 +454,6 @@ incremental = true
454454

455455
[patch.crates-io]
456456
# For https://github.com/jimblandy/perf-event/pull/29
457-
perf-event = { git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167", version = "0.4" }
458-
perf-event-open-sys = { git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167", version = "4.0" }
457+
perf-event = { git = "https://github.com/xizheyin/perf-event.git", rev = "4a824fe513fd57c360596d370a976908bc015d02", version = "0.4.8" }
458+
perf-event-open-sys = { git = "https://github.com/xizheyin/perf-event", rev = "4a824fe513fd57c360596d370a976908bc015d02", version = "5.0" }
459+

0 commit comments

Comments
 (0)