Skip to content

Commit 0a02fd8

Browse files
authored
Turbopack: Remove workaround in hyper for rustc miscompilation bug on macos intel (#84578)
Reverts #81950 This bug was fixed a few months ago upstream in rustc with rust-lang/rust#143126 We worked around this by patching the hyper crate since updating rustc was too risky to do in a patch release. We've since upgraded our toolchain.
1 parent 82bb255 commit 0a02fd8

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Cargo.lock

Lines changed: 13 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,5 +450,4 @@ webbrowser = "0.8.7"
450450
inventory = "0.3.21"
451451

452452
[patch.crates-io]
453-
hyper = { git = "https://github.com/bgw/hyper-rs.git", branch = "v1.6.0-with-macos-intel-miscompilation-workaround" }
454453
mdxjs = { git = "https://github.com/mischnic/mdxjs-rs.git", branch = "swc-core-32" }

0 commit comments

Comments
 (0)