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

chore: pin exact version of heapless #171

Closed
wants to merge 1 commit into from

Conversation

kaffarell
Copy link

For the moment the heapless crate is locked on 0.7.0, because 0.8.0 still requires some work (the revert happened with #164). The problem is that the "0.7.0" version requirement also matches "0.8.0", so for the moment we need "~0.7.0" to not allow a minor version update (which would brake the package).

For the moment the `heapless` crate is locked on 0.7.0, because 0.8.0
still requires some work (the revert happened with jamesmunns#164). The problem is
that the "0.7.0" version requirement also matches "0.8.0", so for the
moment we need "~0.7.0" to not allow a minor version update (which would
brake the package).

Signed-off-by: Gabriel Goller <[email protected]>
Copy link

netlify bot commented Sep 6, 2024

Deploy Preview for cute-starship-2d9c9b canceled.

Name Link
🔨 Latest commit aeb3c82
🔍 Latest deploy log https://app.netlify.com/sites/cute-starship-2d9c9b/deploys/66daf4aaabe6bf00089e1f0c

@jamesmunns
Copy link
Owner

Can you clarify what you think this changes? As far as I am aware, with how cargo resolves semver versions, 0.7.0 will not ever resolve to 0.8.0, even without the ~.

When the major version is 0, a minor version change is treated as a major change

@kaffarell
Copy link
Author

You're right, this was an error on my local registry, my bad!

@kaffarell kaffarell closed this Oct 7, 2024
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