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

Set MSRV to 1.64.0 in package metadata #1343

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

Commits on Mar 11, 2023

  1. Set MSRV to 1.64.0 in package metadata

    clippy respects the rust version set in the package metadata and
    wouldn't break the build job for newer rust features.
    nickelc committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    cbf7a37 View commit details
    Browse the repository at this point in the history
  2. Pick the correct package version with the makefile

    Make sure the line starts with `version` and doesn't pick up `rust-version`.
    nickelc committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    ca4137c View commit details
    Browse the repository at this point in the history