Skip to content

Commit

Permalink
perf: try cached source
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Dec 16, 2024
1 parent d401dd9 commit 476cb09
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 17 deletions.
80 changes: 65 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ rayon = { version = "1.10.0" }
regex = { version = "1.11.1" }
ropey = "1.6.1"
rspack_resolver = { version = "0.3.6", features = ["package_json_raw_json_api"] }
rspack_sources = { version = "0.4.0" }
rspack_sources = { git = "https://github.com/web-infra-dev/rspack-sources", rev = "f17702f5fcaf5e96ea5e19a12f40eec9e6a11e25" }
rustc-hash = { version = "2.1.0" }
serde = { version = "1.0.215" }
serde = { version = "1.0.216" }
serde_json = { version = "1.0.133" }
simd-json = { version = "0.14.0-rc.2" }
smol_str = { version = "0.3.0" }
Expand Down

0 comments on commit 476cb09

Please sign in to comment.