Skip to content

fix: fix warning about resolver #101

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

Merged
merged 1 commit into from
Dec 5, 2023
Merged

fix: fix warning about resolver #101

merged 1 commit into from
Dec 5, 2023

Conversation

Kynea0b
Copy link
Contributor

@Kynea0b Kynea0b commented Dec 3, 2023

This pr fix this warning.
"warning: virtual workspace defaulting to resolver = "1" despite
one or more workspace members being on edition 2021 which implies resolver = "2""

By specifying resolver = "2", it is now necessary to specify extra-traits in the syn crate of dependencies in packages/osmosis-std.

refs

Available on crate feature extra-traits only.
https://docs.rs/syn/latest/syn/enum.Type.html#impl-PartialEq-for-Type

This warning:
"warning: virtual workspace defaulting to `resolver = "1"` despite
 one or more workspace members being on edition 2021 which implies `resolver = "2"`"
@Kynea0b Kynea0b changed the title fix: fix warning about resolver fix: fix warning about resolver Dec 4, 2023
@iboss-ptk iboss-ptk merged commit 5d816e3 into osmosis-labs:main Dec 5, 2023
@iboss-ptk
Copy link
Collaborator

Thank you!

@Kynea0b Kynea0b deleted the fix-warning-resolver branch December 5, 2023 14:52
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.

2 participants