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

Raise minimum supported Rust version to 1.36.0 #1108

Merged
merged 2 commits into from
Aug 29, 2019
Merged

Raise minimum supported Rust version to 1.36.0 #1108

merged 2 commits into from
Aug 29, 2019

Commits on Aug 28, 2019

  1. Raise minimum supported Rust version to 1.36.0

    The minimum supported Rust version is being raised to 1.36.0 as this
    is the first release to support the `mem::MaybeUninit` feature.
    
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    otavio committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    11f5e0d View commit details
    Browse the repository at this point in the history
  2. Fix some ioctl tests on musl

    Weirdly, musl uses i32 to store the ioctl opcode
    asomers committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    a9dd7ce View commit details
    Browse the repository at this point in the history