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

[ci] fix cargo hack test invocation #116

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

sunshowers
Copy link
Contributor

No description provided.

@sunshowers
Copy link
Contributor Author

To address the compilation failures against Rust 1.56, one option is to:

  • check in a Cargo.lock that represents a set of versions that builds against Rust 1.56.
  • Run tests against that version
  • Also on stable, delete the Cargo.lock and run tests against the latest versions with a fresh set of versions.

@sunshowers
Copy link
Contributor Author

Looks like Cargo has https://doc.rust-lang.org/cargo/reference/unstable.html#direct-minimal-versions now as well.

@jam1garner jam1garner merged commit 207ab74 into jam1garner:master Oct 13, 2023
4 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants