From 5b836d613deb665ab5f4de50a73e430ab24f0cd5 Mon Sep 17 00:00:00 2001 From: Cong-Cong Date: Mon, 16 Dec 2024 16:59:11 +0800 Subject: [PATCH] perf: try cached source --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a3bb98256a5..35a5e43074d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }