diff --git a/components/experimental/Cargo.toml b/components/experimental/Cargo.toml index 7e13f363140..89bbee90dac 100644 --- a/components/experimental/Cargo.toml +++ b/components/experimental/Cargo.toml @@ -53,7 +53,7 @@ num-bigint = { workspace = true } num-rational = { workspace = true, features = ["num-bigint"]} num-traits = { workspace = true } serde = { workspace = true, features = ["derive", "alloc"], optional = true } -smallvec = { workspace = true } +smallvec = { workspace = true, features = ["const_generics"] } icu_experimental_data = { workspace = true, optional = true }