Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Sep 21, 2023
1 parent 61bce38 commit 62c733d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/datagen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ icu_unitsconversion = { workspace = true, features = ["datagen"], optional = tru
icu_codepointtrie_builder = { workspace = true }
icu_collections = { workspace = true, features = ["serde"] }
icu_locid = { workspace = true, features = ["std", "serde"] }
icu_provider = { workspace = true, features = ["std", "logging", "datagen"]}
icu_provider = { workspace = true, features = ["std", "logging", "datagen", "experimental"]}
icu_provider_adapters = { workspace = true }
tinystr = { workspace = true, features = ["alloc", "serde", "zerovec"] }
writeable = { workspace = true }
Expand Down

0 comments on commit 62c733d

Please sign in to comment.