Skip to content

Commit

Permalink
Fixup for locid_transform (#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored Apr 14, 2023
1 parent bf4d143 commit 5fcb6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/locid_transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ displaydoc = { version = "0.2.3", default-features = false }

[dev-dependencies]
criterion = "0.4"
icu_testdata = { path = "../../provider/testdata", default-features = false, features = ["icu_locid_transform"] }
icu_testdata = { path = "../../provider/testdata", default-features = false, features = ["icu_locid_transform", "buffer"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
icu = { path = "../icu" }
Expand All @@ -55,7 +55,7 @@ path = "src/lib.rs"
default = []
std = []
bench = ["serde"]
serde = ["dep:serde", "icu_locid/serde", "tinystr/serde", "zerovec/serde", "icu_provider/serde", "icu_testdata/buffer"]
serde = ["dep:serde", "icu_locid/serde", "tinystr/serde", "zerovec/serde", "icu_provider/serde"]
datagen = ["serde", "dep:databake", "zerovec/databake", "icu_locid/databake"]

[[bench]]
Expand Down

0 comments on commit 5fcb6c1

Please sign in to comment.