Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use core-foundation-sys instead of core-foundation #50

Merged
merged 1 commit into from Aug 11, 2022

Commits on Aug 11, 2022

  1. Use core-foundation-sys instead of core-foundation

    iana-time-zone is used by [chrono], and chrono is (optionally) used by
    [core-foundation]. So if iana-time-zone uses core-foundation, this
    results in a circular dependency.
    
    This PR replaces core-foundation by [core-foundation-sys], which breaks
    the circular dependency.
    
    [chrono]: https://crates.io/crates/chrono
    [core-foundation]: https://crates.io/crates/core-foundation
    [core-foundation-sys]: https://crates.io/crates/core-foundation-sys
    Kijewski committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    bf6177d View commit details
    Browse the repository at this point in the history