Skip to content

Commit

Permalink
Fix individual compilation of boa_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Sep 26, 2023
1 parent 40241c0 commit 747c295
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions boa_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ num-bigint = "0.4.3"
regress = "0.6.0"
icu_properties = {version = "~1.2.0", features = ["serde"] }
icu_provider = "~1.2.0"
icu_locid = "~1.2.0"
icu_provider_macros = "~1.2.0"
tinystr = ">=0.7.0, <0.7.3"
once_cell = "1.18.0"

[features]
Expand Down

0 comments on commit 747c295

Please sign in to comment.