Skip to content

Commit

Permalink
Fix testdata gen (#4102)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Oct 2, 2023
1 parent 4f09d5a commit ef7749c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/make/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ command = "cargo"
args = [
"run",
"--bin=make-testdata-legacy",
"--manifest-path=tools/testdata-scripts/Cargo.toml", # avoid global feature resolution
]

[tasks.testdata-legacy-test]
Expand Down
2 changes: 1 addition & 1 deletion tools/testdata-scripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
crlify = { workspace = true }
databake = { workspace = true }
icu_datagen = { workspace = true, features = ["legacy_api", "networking", "icu_compactdecimal", "icu_relativetime", "icu_displaynames"] }
icu_datagen = { workspace = true, features = ["legacy_api", "use_wasm", "networking", "icu_compactdecimal", "icu_relativetime", "icu_displaynames"] }
icu_locid = { workspace = true, features = ["databake"] }
icu_provider = { workspace = true }

Expand Down

0 comments on commit ef7749c

Please sign in to comment.