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 minor cargo workspace warnings #1179

Merged
merged 2 commits into from
Dec 29, 2023
Merged

Fix minor cargo workspace warnings #1179

merged 2 commits into from
Dec 29, 2023

Conversation

barafael
Copy link
Contributor

@barafael barafael commented Dec 25, 2023

cargo warned about

  • profiles are ignored anywhere but in the top-level manifest
  • the resolver was at version 1, while edition 2021 was implying
    resolver = "2"

After comments on this pr, the workspace profiles were removed entirely.

@paolobarbolini
Copy link
Contributor

Drive-by review: considering that the overriden profile parameters hadn't been working for a long time I'd be for removing them. Clearly they weren't useful.

@Jarema
Copy link
Member

Jarema commented Dec 26, 2023

I agree with @paolobarbolini

@barafael
Copy link
Contributor Author

Ok, good point. I changed it.

Copy link
Member

@Jarema Jarema left a comment

Choose a reason for hiding this comment

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

LGTM!

Thank you for the contribution!

Rafael Bachmann and others added 2 commits December 29, 2023 11:43
cargo warned about
1) profiles are ignored anywhere but in the top-level manifest
2) the resolver was at version 1, while edition 2021 was implying
   resolver = "2"
@Jarema Jarema merged commit dced391 into nats-io:main Dec 29, 2023
11 checks passed
@barafael barafael deleted the fix-workspace branch January 2, 2024 12:17
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.

3 participants