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(cargo deps): do not use tilde #167

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

Oliboy50
Copy link
Contributor

Why?

This library should not use Tilde requirements in Cargo.toml because it's uselessly restrictive.

For example, requiring quote = "~1.0.31" will prevent buildstructor's users to use quote "1.1.0" when it will be released. It means that they will have to wait for buildstructor to bump a new release that allows this new minor version of quote.

@BrynCooke
Copy link
Owner

Thanks!

@BrynCooke BrynCooke merged commit b3d6ab6 into BrynCooke:main Aug 27, 2023
@Oliboy50 Oliboy50 deleted the Oliboy50-patch-1 branch August 27, 2023 12:28
@BrynCooke
Copy link
Owner

Released 0.5.4

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