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

Fix the build with bitflags-1.3.0 and newer #1492

Merged
merged 4 commits into from Aug 14, 2021

Commits on Aug 13, 2021

  1. Fix warnings with Rust 1.46.0 - 1.51.0, inclusive

    These ranges of rustc are pickier about where to place
    an #[allow(unused_doc_comments)] attribute.  It caused warnings when
    building for BSD-based targets.
    asomers committed Aug 13, 2021
    Copy the full SHA
    e9ea844 View commit details
    Browse the repository at this point in the history
  2. Fix the build with bitflags-1.3.0 and newer

    Bitflags raised its MSRV in a minor version, forcing all consumers to
    follow suit.
    
    Fixes nix-rust#1491
    asomers committed Aug 13, 2021
    Copy the full SHA
    5495bbc View commit details
    Browse the repository at this point in the history
  3. constify more functions

    Constify more functions, since we're raising the MSRV from 1.41.0 to
    1.46.0.
    
    Fixes nix-rust#1477
    asomers committed Aug 13, 2021
    Copy the full SHA
    7049d42 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8acdaef View commit details
    Browse the repository at this point in the history