Skip to content

Commit 7cbb9c1

Browse files
authored
fix: panic when identity mapping with different char indices (#7799)
1 parent b702681 commit 7cbb9c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ proc-macro2 = { version = "1.0.79" }
4747
quote = { version = "1.0.35" }
4848
rayon = { version = "1.10.0" }
4949
regex = { version = "1.10.4" }
50-
rspack_sources = { version = "=0.3.1" }
50+
rspack_sources = { version = "=0.3.2" }
5151
rustc-hash = { version = "1.1.0" }
5252
serde = { version = "1.0.197" }
5353
serde_json = { version = "1.0.115" }

packages/rspack-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"build": "tsc -b ./tsconfig.build.json",
1717
"dev": "tsc -b -w",
18-
"test": "cross-env jest --colors"
18+
"test": "cross-env jest --colors --runInBand"
1919
},
2020
"files": [
2121
"bin",

0 commit comments

Comments
 (0)