Skip to content

Commit 747c295

Browse files
committed
Fix individual compilation of boa_parser
1 parent 40241c0 commit 747c295

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boa_parser/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ num-bigint = "0.4.3"
2424
regress = "0.6.0"
2525
icu_properties = {version = "~1.2.0", features = ["serde"] }
2626
icu_provider = "~1.2.0"
27+
icu_locid = "~1.2.0"
28+
icu_provider_macros = "~1.2.0"
29+
tinystr = ">=0.7.0, <0.7.3"
2730
once_cell = "1.18.0"
2831

2932
[features]

0 commit comments

Comments
 (0)