-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Consolidate crate config in workspace #7710
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
Conversation
ddf8bb5
to
4fcebd6
Compare
GNU testsuite comparison:
|
GNU testsuite comparison:
|
categories = ["command-line-utilities"] | ||
edition = "2024" | ||
|
||
version.workspace = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet, TIL!
Could you please force push or rebase? Seems that we hit a github bug |
will do in a sec |
Make all common data like version, edition, license, ... be managed in one central workspace. This makes management much simpler
@sylvestre done, let me know if you need anything else. I also pushed a squash commit in another PR. BTW, you can always use |
GNU testsuite comparison:
|
Make all common data like version, edition, license, ... be managed in one central workspace. This makes management much simpler