Skip to content

Commit 8f9bda4

Browse files
Improve auxkey bench (#5048)
1 parent 24554d0 commit 8f9bda4

File tree

4 files changed

+304
-115
lines changed

4 files changed

+304
-115
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provider/blob/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ zerotrie = { workspace = true, features = ["serde", "zerovec"] }
3030
log = { workspace = true, optional = true }
3131

3232
[dev-dependencies]
33-
icu_locale_core = { path = "../../components/locale_core", default-features = false, features = ["serde"] }
34-
icu_datetime = { path = "../../components/datetime", default-features = false, features = ["datagen", "experimental"] }
35-
icu_datetime_data = { path = "../../provider/data/datetime" }
33+
databake = { path = "../../utils/databake" }
34+
icu_datagen = { path = "../../provider/datagen" }
3635
icu_locale = { path = "../../components/locale", default-features = false, features = ["compiled_data"] }
37-
icu_datagen = { path = "../../provider/datagen", default-features = false }
36+
icu_locale_core = { path = "../../components/locale_core", default-features = false, features = ["serde"] }
37+
icu_provider = { path = "../../provider/core", features = ["macros"] }
3838
icu_provider_adapters = { path = "../../provider/adapters", default-features = false }
3939
twox-hash = { workspace = true }
4040

0 commit comments

Comments
 (0)