rust-datetime / zoneinfo-compiled

Compiled zoneinfo file parsing library for Rust.
MIT License
4 stars 5 forks source link

Fixed unstable copied issue #10

Closed KeironO closed 4 years ago

KeironO commented 5 years ago

This PR fixes the 'use of unstable library feature' issue detailed here https://github.com/rust-datetime/zoneinfo-compiled/issues/9.

ogham commented 4 years ago

I ended up having to do this another way to make the library buildable on 1.31.0 again