Skip to content

Commit 0265261

Browse files
authored
Pin icu_calendar to v2.1 (#704)
We should pin to this version since we're using unstable features from `icu_calendar`.
1 parent b1928cf commit 0265261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1.0", default-features = false, features = ["unstable"] }
4949
icu_locale_core = "2.1.0"
5050
zerovec = "0.11.0"
5151
databake = "0.2.0"

0 commit comments

Comments
 (0)