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

Allow version range for windows dependency #112

Closed
wants to merge 2 commits into from

Commits on Aug 15, 2023

  1. Allow version range for windows dependency

    `iana-time-zone` works with any `windows` version since `0.30.0`. We
    don't have to care which version the user actually uses. We only need
    to make sure that the selected version is not too old. Let `cargo`
    decide everything else.
    
    The newest version of `windows`, `0.51.0`, has an msrv of `1.56`. If a
    user of `iana-time-zone` is not able or willing to update their rust
    installation, and want to continue using rustc `1.48`, they can select
    an older version of the `windows` crate, and still receive any updates
    `iana-time-zone` might have in the future.
    Kijewski committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0ba666c View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Kijewski committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a5bacfb View commit details
    Browse the repository at this point in the history