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 21, 2023
1 parent 40e684e commit f5615bc
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 @@ -78,7 +79,7 @@ num_enum = "0.6.1"
pollster = "0.3.0"
thin-vec = "0.2.12"
itertools = { version = "0.10.5", default-features = false }
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 f5615bc

Please sign in to comment.