Skip to content

Commit

Permalink
deps: remove arrayvec implicit std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kartva committed Aug 17, 2024
1 parent 2311797 commit bf49a67
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 @@ -37,7 +37,7 @@ icu_properties = { workspace = true }

databake = { workspace = true, optional = true, features = ["derive"] }
either = { workspace = true }
arrayvec = { workspace = true }
arrayvec = { workspace = true, default-features = false }
fixed_decimal = { workspace = true }
icu_pattern = { workspace = true , features = ["alloc", "yoke", "zerofrom"]}
litemap = { workspace = true }
Expand Down

0 comments on commit bf49a67

Please sign in to comment.