-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Custom registry does not seem supported #160
Comments
Thanks for the detailed report! I think we both want to add custom registry support, and in the meantime also provide a better, more actionable error message than the current one. While the registry-based previous version lookup won't work with a custom registry, you should be able to use one of the other ways to tell
I think all of those should be unaffected by the custom registry setup, and should able to unblock your current use case today. Please let us know if that works! |
I'm adding an entry to the FAQ about using the other baseline generation options for custom registries until this issue is resolved: #165 |
Thanks for the explanation! I've followed the FAQ which was straight to the point, used Thanks again! |
This issue was "closed as completed", does this mean custom registries are now supported ? Otherwise, I would suggest leaving this issue open, as an indication the project could accept PRs to add support |
Describe your use case
I'd like to integrate
cargo-semver-check
workflow into CI at work where we use a custom crate registry to (internally) publish our crates.Unfortunately,
cargo-semver-check
fails to run on a crate that is published on the custom registry:I suspect this is because it is not aware of the crate registry when trying to download the crate.
Describe the solution you'd like
cargo-semver-check
should fetch the published package from the crate registry it has been published previously.In my case, this information is located in the repo's
.cargo/config
, but I think that info can also be located elsewhere.Alternatives, if applicable
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: