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

Add support for version wildcards to git-based alternative cargo registries #19

Open
Veetaha opened this issue Sep 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Veetaha
Copy link

Veetaha commented Sep 6, 2023

At the time of this writing, #15 (comment) was implemented without the support for version wildcards. Users must pin a specific package version to use this action with an alternative cargo registry.

This issue was created based on the comment #15 (comment) which suggests downloading the git registry index to figure out the available versions of the package and match the version selector against that index.

The outcome of this issue is that it should be possible to use a semver wildcard in the version input of the action together with any registry and index parameters for non-crates-io registries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants