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

Breaking change: Enable 128-bit integer support by default; increase MSRV. #37

Merged
merged 1 commit into from
Sep 4, 2021
Merged

Breaking change: Enable 128-bit integer support by default; increase MSRV. #37

merged 1 commit into from
Sep 4, 2021

Commits on Aug 30, 2021

  1. Breaking change: Enable 128-bit integer support by default; increase …

    …MSRV.
    
    Eliminate the need for a build script, and eliminate the rustc_version dependency,
    to make cast.rs a more lightweight dependency for users. Increase the MSRV to 1.46.0
    to match quickcheck 1.0.
    
    Enable all the test cases for i128 and u128 according to the commented-out blocks. I
    left two lines of test cases commented out since the tests fail to compile for them.
    
    I documented the MSRV to be 1.46.0 because I found `cargo test` fails to build the
    dependencies with 1.26.0, and it looks like quickcheck 1.0 has 1.46.0 as its MSRV.
    
    I didn't upgrade the arbitrary dependency to 1.0 because some of the tests fail when
    I tried. I filed an issue about this.
    briansmith committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    9332b0e View commit details
    Browse the repository at this point in the history