You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirmed that `cargo test --workspace` still passes.
From the
[release notes](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.0):
```
### Changes
- Make `OffsetName::abbreviation` return an `Option`.
This reflects that numeric values such as `+11` are no
longer encoded in the upstream TZDB as abbreviations
(chronotope/chrono-tz#185).
```
Since jiff and its tests don’t use this type, there is no impact and no
code changes are required.
PR #167
0 commit comments