Sourced from chrono's releases.
0.4.22
Unfortunately the introduction of the iana-time-zone dependency in 0.4.21 caused some new regressions with lesser known platforms. This release fixes all of the issues we've encountered, improving the situation on some WebAssembly targets, SGX and on macOS/iOS. We've improved our CI setup to hopefully catch more of these issues before release in the future.
- Make wasm-bindgen optional on
wasm32-unknown-unknown
target (#771)- Avoid iana-time-zone dependency on
x86_64-fortanix-unknown-sgx
(#767, thanks to@trevor-crypto
)- Update
iana-time-zone
version to 0.1.44 to avoid cyclic dependencies (#773, thanks to@Kijewski
for the upstream PRs)- Clarify documentation about year range in formatting/parsing (#765)
Sourced from chrono's changelog.
0.4.22
- Allow wasmbindgen to be optional on
wasm32-unknown-unknown
target [(#771)](chronotope/chrono#771)- Fix compile error for
x86_64-fortanix-unknown-sgx
[(#767)](chronotope/chrono#767)- Update
iana-time-zone
version to 1.44 [(#773)](chronotope/chrono#773)
4514276
update changelogdb8bde3
Apply clippy suggestionsf6b575c
Bump version number to 0.4.22af69b90
Require iana-time-zone 0.1.4484f98e0
set fallback feature in iana-time-zone depedency511d368
Add sgx build to CIbee614a
Do not include iana-time-zone for sgxfe4bd22
allow optional wasmbindgen95223ee
format: be specific about support year range