Skip to content

Commit

Permalink
Add derive feature to yoke dependency in icu_codepointtrie
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran committed Oct 21, 2021
1 parent f24108d commit 0a32faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/codepointtrie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ all-features = true
[dependencies]
displaydoc = { version = "0.2.3", default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }
yoke = { path = "../yoke", version = "0.2.0" }
yoke = { path = "../yoke", version = "0.2.0", features = ["derive"] }
zerovec = { version = "0.4", path = "../../utils/zerovec", features = ["serde", "yoke"] }

[dev-dependencies]
Expand Down

0 comments on commit 0a32faf

Please sign in to comment.