Skip to content

Commit d33b36f

Browse files
authored
Turbopack: use published sourcemap crate (#82646)
#82641 was merged a bit soon
1 parent b3e9fb9 commit d33b36f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ smallvec = { version = "1.13.1", features = [
426426
"union",
427427
"const_new",
428428
] }
429-
swc_sourcemap = "9.3.3"
429+
swc_sourcemap = "9.3.4"
430430
strsim = "0.11.1"
431431
shrink-to-fit = "0.2.10"
432432
syn = "2.0.100"
@@ -450,4 +450,3 @@ hyper = { git = "https://github.com/bgw/hyper-rs.git", branch = "v1.6.0-with-mac
450450
mdxjs = { git = "https://github.com/mischnic/mdxjs-rs.git", branch = "swc-core-32" }
451451
lightningcss = { git = "https://github.com/parcel-bundler/lightningcss.git", branch = "mischnic/bump-browserslist" }
452452
parcel_selectors = { git = "https://github.com/parcel-bundler/lightningcss.git", branch = "mischnic/bump-browserslist" }
453-
swc_sourcemap = { git = "https://github.com/mischnic/rust-sourcemap.git", branch = "mischnic/source-content-mixup" }

0 commit comments

Comments
 (0)