Skip to content

Commit fb0e5ba

Browse files
committed
Update to ICU4X main
Change-Id: I6a6a696403478e64430a0cd00bb881c4416b5caa
1 parent c035688 commit fb0e5ba

File tree

4 files changed

+97
-102
lines changed

4 files changed

+97
-102
lines changed

Cargo.lock

Lines changed: 65 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ timezone_provider = { version = "~0.1.0", path = "./provider" }
3434
zoneinfo_rs = { version = "~0.0.17", path = "./zoneinfo" }
3535

3636
# Dependencies
37-
tinystr = { git = "https://github.com/unicode-org/icu4x", rev = "0f9fd3dd847a5a4682f7ec8a300555a7d761258c" }
38-
icu_calendar = { git = "https://github.com/unicode-org/icu4x", rev = "0f9fd3dd847a5a4682f7ec8a300555a7d761258c", default-features = false }
39-
icu_locale = { git = "https://github.com/unicode-org/icu4x", rev = "0f9fd3dd847a5a4682f7ec8a300555a7d761258c" }
37+
tinystr = { git = "https://github.com/unicode-org/icu4x", rev = "5a56323558" }
38+
icu_calendar = { git = "https://github.com/unicode-org/icu4x", rev = "5a56323558", default-features = false }
39+
icu_locale = { git = "https://github.com/unicode-org/icu4x", rev = "5a56323558" }
4040
rustc-hash = "2.1.0"
4141
num-traits = { version = "0.2.19", default-features = false }
42-
ixdtf = { git = "https://github.com/unicode-org/icu4x", rev = "0f9fd3dd847a5a4682f7ec8a300555a7d761258c" }
42+
ixdtf = { git = "https://github.com/unicode-org/icu4x", rev = "5a56323558" }
4343
iana-time-zone = "0.1.64"
4444
log = "0.4.28"
4545
tzif = "0.4.0"
4646
jiff-tzdb = "0.1.4"
4747
combine = "4.6.7"
4848
web-time = "1.1.0"
49-
zerovec = { git = "https://github.com/unicode-org/icu4x", rev = "0f9fd3dd847a5a4682f7ec8a300555a7d761258c" }
50-
databake = { git = "https://github.com/unicode-org/icu4x", rev = "0f9fd3dd847a5a4682f7ec8a300555a7d761258c" }
51-
zerotrie = { git = "https://github.com/unicode-org/icu4x", rev = "0f9fd3dd847a5a4682f7ec8a300555a7d761258c" }
52-
writeable = { git = "https://github.com/unicode-org/icu4x", rev = "0f9fd3dd847a5a4682f7ec8a300555a7d761258c" }
49+
zerovec = { git = "https://github.com/unicode-org/icu4x", rev = "5a56323558" }
50+
databake = { git = "https://github.com/unicode-org/icu4x", rev = "5a56323558" }
51+
zerotrie = { git = "https://github.com/unicode-org/icu4x", rev = "5a56323558" }
52+
writeable = { git = "https://github.com/unicode-org/icu4x", rev = "5a56323558" }
5353
zoneinfo64 = "0.2.0"
5454

5555
# Diplomat

src/builtins/core/calendar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ impl Calendar {
108108
AnyCalendarKind::Buddhist => &AnyCalendar::Buddhist(Buddhist),
109109
AnyCalendarKind::Chinese => const { &AnyCalendar::Chinese(LunarChinese::new_china()) },
110110
AnyCalendarKind::Coptic => &AnyCalendar::Coptic(Coptic),
111-
AnyCalendarKind::Dangi => const { &AnyCalendar::Dangi(LunarChinese::new_dangi()) },
111+
AnyCalendarKind::Dangi => const { &AnyCalendar::Dangi(LunarChinese::new_korea()) },
112112
AnyCalendarKind::Ethiopian => {
113113
const {
114114
&AnyCalendar::Ethiopian(Ethiopian::new_with_era_style(

0 commit comments

Comments
 (0)