Skip to content

Commit 4fe4658

Browse files
Remove Hijri scaffolding from semver (#6383)
This removes scaffolding and data-provider-specific code from `calendrical_calculations` and moves it into the `icu_calendar` crate. This allows us to iterate on this without breaking semver between `icu_calendar`, `calendrical_calculations`, and `icu_provider_source`. This code should also move because it's not from the book.
1 parent d50ae55 commit 4fe4658

File tree

6 files changed

+259
-341
lines changed

6 files changed

+259
-341
lines changed

components/calendar/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ icu_calendar_data = { workspace = true, optional = true }
3636
icu_locale = { workspace = true, optional = true }
3737

3838
[dev-dependencies]
39+
icu_provider = { path = "../../provider/core", features = ["logging"] }
3940
icu = { path = "../../components/icu", default-features = false }
4041
icu_benchmark_macros = { path = "../../tools/benchmark/macros" }
4142
serde = { workspace = true, features = ["derive", "alloc"] }

0 commit comments

Comments
 (0)