Skip to content

Commit 2f83fbd

Browse files
authored
Update ICU4X to 2.2 (#705)
This works but I want to do a more thorough check
1 parent bdb41fd commit 2f83fbd

File tree

6 files changed

+105
-128
lines changed

6 files changed

+105
-128
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
[workspace.package]
1313
edition = "2021"
1414
version = "0.2.1"
15-
rust-version = "1.83.0"
15+
rust-version = "1.86.0"
1616
authors = ["boa-dev"]
1717
license = "MIT OR Apache-2.0"
1818
repository = "https://github.com/boa-dev/temporal"
@@ -45,7 +45,7 @@ web-time = "1.1.0"
4545

4646
# ICU4X
4747
tinystr = "0.8.0"
48-
icu_calendar = { version = "~2.1.0", default-features = false, features = ["unstable"] }
48+
icu_calendar = { version = "2.2.0", default-features = false }
4949
icu_locale_core = "2.1.0"
5050
zerovec = "0.11.0"
5151
databake = "0.2.0"
@@ -93,6 +93,7 @@ timezone_provider = { workspace = true }
9393
# System time feature
9494
web-time = { workspace = true, optional = true }
9595
iana-time-zone = { workspace = true, optional = true }
96+
calendrical_calculations = "0.2.4"
9697

9798
[dev-dependencies]
9899
timezone_provider = { workspace = true, features = ["zoneinfo64", "experimental_tzif"] }

0 commit comments

Comments
 (0)