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" wildcard version matching #371

Closed
Jake-Shadle opened this issue Oct 29, 2021 · 1 comment · Fixed by #393
Closed

"Fix" wildcard version matching #371

Jake-Shadle opened this issue Oct 29, 2021 · 1 comment · Fixed by #393
Labels
bug Something isn't working

Comments

@Jake-Shadle
Copy link
Member

By default, all configurations that match a crate do so by the name and a version requirement, which by default is the * wildcard to indicate it should match any version of that crate. However, * doesn't actually match all versions, notably pre-releases. This is non-intuitive so I think it makes sense to just match regardless of pre-release, it just means overriding the default behavior of semver.

@Jake-Shadle
Copy link
Member Author

Jake-Shadle commented Jan 10, 2022

If you have a problem with pre-release versions not matching due to this wildcard matching property, you can in the meantime specify the full version of the pre-release version until this bug is addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant