From d2a4937da097bf7c5d77ca2fdfb7a10ba47a0776 Mon Sep 17 00:00:00 2001 From: nerix Date: Thu, 12 Dec 2024 23:04:32 +0100 Subject: [PATCH] Add `experimental` to datetime's `bench` features (#5888) --- 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]