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 5b836d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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 = "20886ecfe8fc7ee927e17e9dc72e03ca2bdb78aa" }
rustc-hash = { version = "2.1.0" }
serde = { version = "1.0.215" }
serde_json = { version = "1.0.133" }
Expand Down

0 comments on commit 5b836d6

Please sign in to comment.