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

Remove dependency on winapi 0.2 #25

Merged

Commits on Sep 20, 2019

  1. Remove dependency on winapi 0.2.

    Instead declare the few types we use directly in the crate to avoid bringing in the old winapi 0.2 dependency.
    
    Fixes carllerche#16.
    Replaces previous attempts carllerche#19 carllerche#22 carllerche#24.
    repi committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    2df7b41 View commit details
    Browse the repository at this point in the history
  2. travis: Update minimally supported Rust to 1.18

    Same as mio 0.6
    repi authored Sep 20, 2019
    Configuration menu
    Copy the full SHA
    6496c26 View commit details
    Browse the repository at this point in the history