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

Cleaning up dependency #547

Merged
merged 4 commits into from
Dec 15, 2022
Merged

Cleaning up dependency #547

merged 4 commits into from
Dec 15, 2022

Conversation

billy1624
Copy link
Member

PR Info

Caret requirements are an alternative syntax for the default strategy, ^1.2.3 is exactly equivalent to 1.2.3.

https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#caret-requirements

To make the dependency specification clear and concise, I'd like to define it all in the form of x.y.z.

Changes

  • changed all version = "^x.y.z" into version = "x.y.z"
  • disable default features and enable only the needed ones

@billy1624 billy1624 self-assigned this Dec 12, 2022
@billy1624 billy1624 marked this pull request as ready for review December 12, 2022 14:59
@ikrivosheev ikrivosheev merged commit 55acc41 into master Dec 15, 2022
@ikrivosheev ikrivosheev deleted the dep-ver-cleanup branch December 15, 2022 08:50
@github-actions
Copy link

🎉 Released In 0.29.0 🎉

Your participation is what makes us unique; your adoption is what drives us forward.
Thank you all in the Rust community for making SeaQL what it is today. 🦀
You are also invited to shape it's future! Please star our repos, every ⭐ counts!

@github-actions
Copy link

🎉 Released In 0.29.1 🎉

Thank you everyone for the contribution!
This feature is now available in the latest release. Now is a good time to upgrade!
Your participation is what makes us unique; your adoption is what drives us forward.
You can support SeaQL 🌊 by starring our repos, sharing our libraries and becoming a sponsor ⭐.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants