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

fix(ci): Test MSRV compatibility on CI #85

Merged
merged 2 commits into from
Mar 8, 2023

Conversation

rhysd
Copy link
Contributor

@rhysd rhysd commented Mar 8, 2023

Fixes #84

This PR offers two changes:

  • 6d7de6e: Install official pre-built cargo-make binary instead of building it from source. This change also has the benefit that we no longer need to take care about cache state of built cargo-make binary.
  • 3474078: Change Rust version tested on CI from 1.63.0 to 1.59.0

I tested these changes on my forked repository and confirmed all jobs passed: https://github.com/rhysd/tui-rs-revival/actions/runs/4360282621/jobs/7623022109

@sayanarijit sayanarijit merged commit 33acfce into ratatui-org:main Mar 8, 2023
@joshka joshka mentioned this pull request May 9, 2023
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.

MSRV is not tested on CI
3 participants