Skip to content

Commit 09ffd3b

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ httparse = "1.7.1"
190190
httptest = "0.15"
191191
humantime = "2.0.1"
192192
hyper = { version = "0.14.26", features = ["client", "http1", "http2"] }
193-
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.
193+
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.
194194
hyper-rustls = { version = "0.24.0", features = ["http2"] }
195195
hyper-timeout = "0.4"
196196
hyper-unix-connector = "0.2"
@@ -456,5 +456,6 @@ incremental = true
456456

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

0 commit comments

Comments
 (0)