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

macros: don't use >= in version selector. #71

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

Dirbaio
Copy link
Contributor

@Dirbaio Dirbaio commented Jul 16, 2024

>=0.8.0 matches literally any higher version, with possible breaking changes: 0.8.x, 0.9.x, 1.x, 2.x... This will cause the build of usbd-hid-macros to break when 0.9.0 or higher is relased.

This already happened. -macros v0.6 had >=0.1.2, which broke today when you released v0.8.0, breaking embassy: embassy-rs/embassy#3181 .

@twitchyliquid64
Copy link
Owner

Ahhhh whelp, sorry about that. I wasn’t thinking when I updated the package.

@twitchyliquid64
Copy link
Owner

twitchyliquid64 commented Jul 16, 2024

Should I yank 0.8.0 and 0.8.1 along with when I release this as 0.8.2?

@twitchyliquid64 twitchyliquid64 merged commit ba1456c into twitchyliquid64:master Jul 16, 2024
8 checks passed
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