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

Enable MSRV checks on windows (#298) #394

Merged
merged 4 commits into from
May 3, 2022
Merged

Enable MSRV checks on windows (#298) #394

merged 4 commits into from
May 3, 2022

Commits on Apr 18, 2022

  1. Enable MSRV checks on windows (#298)

    Now that the `windows` crate is part of the dependency tree it must
    be tested specifically for MSRV support.
    
    Related to microsoft/windows-rs#1699, let's
    hope that edition 2018 can be supported or we have to wait.
    Byron committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    504fe78 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    0f141ca View commit details
    Browse the repository at this point in the history
  2. upgrade dependencies (#298)

    Byron committed May 3, 2022
    Configuration menu
    Copy the full SHA
    b039d39 View commit details
    Browse the repository at this point in the history
  3. Fix cargo-diet (#298)

    Seems like the automated version discovery isn't working anymore, so
    let's hard-code the tag.
    Byron committed May 3, 2022
    Configuration menu
    Copy the full SHA
    aebc89f View commit details
    Browse the repository at this point in the history