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 #1300

Merged
merged 4 commits into from Dec 16, 2022
Merged

Cleaning up dependency #1300

merged 4 commits into from Dec 16, 2022

Conversation

billy1624
Copy link
Member

@billy1624 billy1624 commented Dec 12, 2022

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:19
@billy1624 billy1624 merged commit b2185af into master Dec 16, 2022
@billy1624 billy1624 deleted the dep-ver-cleanup branch December 16, 2022 07:52
Copy link
Member

@tyt2y3 tyt2y3 left a comment

Choose a reason for hiding this comment

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

@billy1624 billy1624 added this to the 0.11.x milestone Jan 31, 2023
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.

None yet

2 participants