chronotope / chrono-tz

TimeZone implementations for rust-chrono from the IANA database
Other
228 stars 55 forks source link

Don't set `no_std` for tests #160

Closed pitdicker closed 3 months ago

pitdicker commented 3 months ago

This allows running the tests with --no-default-features. Chrono-TZ will stille only have the no_std functionality, but we can use the standard library in tests.

Alternative to the closed by author #123.