From ecb63a8595a4b5275ba48234db7ddde4b68a8fee Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Wed, 11 Dec 2024 19:48:19 +0100 Subject: [PATCH] Add `experimental` to datetime `bench` features --- components/datetime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/datetime/Cargo.toml b/components/datetime/Cargo.toml index 82085f822c4..fc81c995966 100644 --- a/components/datetime/Cargo.toml +++ b/components/datetime/Cargo.toml @@ -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]