Skip to content

Commit 0866999

Browse files
authored
Include datagen APIs in bench target, fixing CI (#5557)
It wants the datagen `options` APIs for parsing the fixtures. I could remove them from the fixtures, but it seemed easier to just enable them in bench mode.
1 parent 73d4f18 commit 0866999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/datetime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ datagen = [
9393
]
9494
logging = ["icu_calendar/logging"]
9595
experimental = ["dep:litemap"]
96-
bench = ["serde"]
96+
bench = ["serde", "datagen"]
9797
compiled_data = ["dep:icu_datetime_data", "icu_calendar/compiled_data", "icu_decimal/compiled_data", "icu_plurals/compiled_data", "icu_timezone/compiled_data"]
9898

9999
[lib]

0 commit comments

Comments
 (0)