Skip to content

Commit

Permalink
deps: enable const-generics feature for smallvec
Browse files Browse the repository at this point in the history
  • Loading branch information
kartva committed Aug 19, 2024
1 parent d1eab88 commit 42f2aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/experimental/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 42f2aa1

Please sign in to comment.