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 unmaintained 'unreachable' crate #140

Merged
merged 2 commits into from Feb 16, 2019

Commits on Feb 16, 2019

  1. Remove dependency on unmaintained 'unreachable'

    Fixes servo#128 by inlining the tiny amount of code we use from `unreachable`
    and its dependency `void`.  Eventually this can be replaced with
    `std::hint::unrechable_unchecked` but this will require bumping our
    minumum supported Rust version.
    
    This will prevent build breakage from users building with broken
    versions of the `void` crate, as in crossbeam-rs/crossbeam#312.
    mbrubeck committed Feb 16, 2019
    Copy the full SHA
    2511b81 View commit details
    Browse the repository at this point in the history
  2. Version 0.6.9

    mbrubeck committed Feb 16, 2019
    Copy the full SHA
    6510c42 View commit details
    Browse the repository at this point in the history