Skip to content

Commit 4ba2b6b

Browse files
authored
perf(turbopack): Use sourcemap with perf patches (#79501)
### What? Use the latest version of the `sourcemap` crate ### Why? In the name of the performance! Applies - getsentry/rust-sourcemap#122 - getsentry/rust-sourcemap#124
1 parent 65858a8 commit 4ba2b6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,3 +431,5 @@ webbrowser = "0.8.7"
431431

432432
[patch.crates-io]
433433
mdxjs = { git = "https://github.com/kdy1/mdxjs-rs", branch = "swc-core-26" }
434+
# Use unreleased version of sourcemap, in the name of performance
435+
sourcemap = { git = "https://github.com/getsentry/rust-sourcemap", branch = "master" }

0 commit comments

Comments
 (0)