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

docs: Specify MSRV #3742

Merged
merged 1 commit into from Mar 12, 2022
Merged

docs: Specify MSRV #3742

merged 1 commit into from Mar 12, 2022

Conversation

tomocrafter
Copy link
Contributor

@tomocrafter tomocrafter commented Mar 12, 2022

Description

starship now uses std::thread::available_parallelism which stablized at Rust version 1.59.
https://github.com/starship/starship/blob/master/src/main.rs#L235
therefore, This PR sets MSRV to 1.59 to make sure everyone can build.

Does same thing as #3722 , but I deleted forked repository because I thought #3719 would be merged.
Let me know if my English is wrong in the comments with correct sentense. I will fix it quickly.

Motivation and Context

Closes #3716
Closed #3719

Screenshots (if appropriate):

How Has This Been Tested?

  • I have tested using MacOS
  • I have tested using Linux
  • I have tested using Windows

Checklist:

  • I have updated the documentation accordingly.
  • I have updated the tests accordingly.

@andytom andytom merged commit 547e55f into starship:master Mar 12, 2022
@andytom
Copy link
Member

andytom commented Mar 12, 2022

Thank you for your contribution @tomocrafter and thanks for reviewing @davidkna.

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.

Fails to build on older rust versions
3 participants