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

find: Add --set as alias of --write-msrv #1049

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

cdown
Copy link
Contributor

@cdown cdown commented Nov 5, 2024

Introduce --set as an alias for the --write-msrv option in cargo msrv find to maintain consistency with cargo msrv set.

Closes #1047.

Introduce --set as an alias for the --write-msrv option in `cargo msrv
find` to maintain consistency with `cargo msrv set`.

Closes foresterre#1047.
Copy link
Owner

@foresterre foresterre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.96%. Comparing base (5433a6c) to head (6cb4f2a).
Report is 28 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1049      +/-   ##
==========================================
- Coverage   74.99%   74.96%   -0.03%     
==========================================
  Files          80       80              
  Lines        5523     5525       +2     
==========================================
  Hits         4142     4142              
- Misses       1381     1383       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@foresterre foresterre merged commit ce8e867 into foresterre:main Nov 5, 2024
15 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.

cargo msrv find --set
2 participants