Skip to content

Commit c003cc9

Browse files
authored
Update icu_calendar to fix regression (#716)
1 parent 24778cd commit c003cc9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## What's Changed in v0.2.3
66
* Update zoneinfo64 and Diplomat by @Manishearth in [#713](https://github.com/boa-dev/temporal/pull/713)
7+
* Update icu_calendar to fix `with()` regression by @Manishearth in [#716](https://github.com/boa-dev/temporal/pull/716)
78

89
**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.2.2...v0.2.3
910

Cargo.lock

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

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.2.0", default-features = false }
48+
icu_calendar = { version = "2.2.1", default-features = false }
4949
icu_locale_core = "2.1.0"
5050
zerovec = "0.11.0"
5151
databake = "0.2.0"

0 commit comments

Comments
 (0)