Skip to content

Commit

Permalink
Turbopack: switch some deps back to upstream (vercel#75752)
Browse files Browse the repository at this point in the history
Our PRs were merged there
  • Loading branch information
mischnic authored Feb 6, 2025
1 parent ad56554 commit bfa4bca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,8 @@ urlencoding = "2.1.2"
webbrowser = "0.8.7"

[patch.crates-io]
sourcemap = { git = "https://github.com/wbinnssmith/rust-sourcemap", branch = "wbinnssmith/ignore-list" }
# Remove this once https://github.com/wasmerio/wasmer/pull/5333 is merged and released
wasmer = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }
wasmer-cache = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }
wasmer-compiler-cranelift = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }
wasmer-wasix = { git = "https://github.com/kdy1/wasmer", branch = "build-deps" }

# Remove this once https://github.com/wooorm/mdxjs-rs/pull/62 is merged and released
mdxjs = { git="https://github.com/kdy1/mdxjs-rs.git", branch="swc-core-13" }
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-ecmascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ swc_core = { workspace = true, features = [
"ecma_quote",
"ecma_visit",
"ecma_visit_path",
"ecma_visit_serde",
"ecma_utils",
"testing",
"base",
] }
swc_ecma_visit = { version = "6.0.0", features = ["serde-impl"] }

[dev-dependencies]
criterion = { workspace = true, features = ["async_tokio"] }
Expand Down

0 comments on commit bfa4bca

Please sign in to comment.