Skip to content

Commit

Permalink
Only enable "icu_normalizer/std" when intl is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Apr 20, 2023
1 parent 395414c commit 7d739b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ deser = ["boa_interner/serde", "boa_ast/serde"]
intl = [
"boa_icu_provider/full",
"icu_normalizer/serde",
"icu_normalizer/std",
"dep:icu_locid_transform",
"dep:icu_locid",
"dep:icu_datetime",
Expand Down Expand Up @@ -76,7 +77,7 @@ dashmap = "5.4.0"
num_enum = "0.6.1"
pollster = "0.3.0"
thin-vec = "0.2.12"
icu_normalizer = { version = "1.2.0", features = ["std"] }
icu_normalizer = "1.2.0"

# intl deps
icu_locid_transform = { version = "1.2.1", features = ["std", "serde"], optional = true }
Expand Down

0 comments on commit 7d739b8

Please sign in to comment.