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

Use namespaced-features to safely bump to MSRV 1.60 #310

Merged
merged 12 commits into from Mar 25, 2024

Commits on Feb 8, 2024

  1. Use namespaced-features to safely bump to MSRV 1.60

    Earlier versions won't see the incompatible updates at all!
    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e4609ed View commit details
    Browse the repository at this point in the history
  2. Assume has_to_int_unchecked

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3b74d01 View commit details
    Browse the repository at this point in the history
  3. Assume has_reverse_bits

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2c012d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a59e17 View commit details
    Browse the repository at this point in the history
  5. Assume has_div_euclid

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    84e935b View commit details
    Browse the repository at this point in the history
  6. Assume has_copysign

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7c2f3bc View commit details
    Browse the repository at this point in the history
  7. Assume has_is_subnormal

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    33c92de View commit details
    Browse the repository at this point in the history
  8. Note the MSRV for total_cmp

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    531d965 View commit details
    Browse the repository at this point in the history
  9. Assume has_int_to_from_bytes

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7212041 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e253cd View commit details
    Browse the repository at this point in the history
  11. Upgrade to 2021 edition

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e9bea92 View commit details
    Browse the repository at this point in the history
  12. Update the MSRV in docs

    cuviper committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ca42b4e View commit details
    Browse the repository at this point in the history