-
Notifications
You must be signed in to change notification settings - Fork 455
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
rules_rust 0.57.1 cargo login is ineffective #3261
Comments
Be nice to run something like this for testing in the future running a private crates io locally so we can ensure major changes do not break private crates repositories |
Sorry for the breakage! Definitely having some testing would help. Ideally something that doesn't need as much infrastructure though. I'd be happy to review a PR from anyone with a repro case and help stand up some regression test! |
Just a heads up that I personally don't plan to work on this as all my bazel time allowance is consumed by rules_python. But if anyone wants me to test a fix, I would be more than willing to. |
I ended up digging thru the code and debugging and the culprit seems to be the
It seems to work. @aignas can you confirm this fixes your issue? |
I have a very simple project that works with
0.56
but not with0.57.1
and I found the offending PR.Error msg:
The
MODULE.bazel
:I am running
cargo login
after the error message, but continue getting the same error.The text was updated successfully, but these errors were encountered: