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

Document change to MSRV #181

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Document change to MSRV #181

wants to merge 2 commits into from

Commits on Nov 13, 2024

  1. Set MSRV in manifest to actual current value

    1.63.0 is the MSVR of the libm crate version used in our manifest and
    seems to be the current lowest common denominator. It is only used when
    building no-std, but I don't see any documentation that the MSVR for
    this project can/should be separate for default features vs. non-default
    features.
    alerque committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9523f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca792e View commit details
    Browse the repository at this point in the history