Skip to content

Commit

Permalink
Add experimental to datetime's bench features (unicode-org#5888)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz authored Dec 12, 2024
1 parent a26fd3c commit d2a4937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datetime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ datagen = [
]
logging = ["icu_calendar/logging"]
experimental = ["dep:litemap"]
bench = ["serde", "datagen"]
bench = ["serde", "datagen", "experimental"]
compiled_data = ["dep:icu_datetime_data", "icu_calendar/compiled_data", "icu_decimal/compiled_data", "icu_plurals/compiled_data", "icu_timezone/compiled_data"]

[lib]
Expand Down

0 comments on commit d2a4937

Please sign in to comment.