-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
Update all rust dependencies #5845
Conversation
This broke stuff for me:
|
@benjyw : Ew. Sorry. Presumably clearing under |
That also looks more likely to have been related to #5842... did you bisect to this commit? |
I did. It works immediately before this change (which includes #5842), but not after this change. So I'm pretty sure it's this change... |
And |
Pants in now unusable for me at HEAD. Ideas? |
This happens not infrequently, and is a real pain. How do we get to rust stability? |
Also note that pulling across these changes leaves all sorts of non-gitignored cruft in |
I can't reproduce, but I suspect this will end up being #5742 's fault somehow...
This is probably a result of #5742
#5742 should make this a lot more stable in the future, but it's possible there are some weird issues pulling back and forth across it... |
@benjyw : It looks like maybe this is a |
Yeah, I saw that thread. My system golang was 1.9. I both upgraded to 1.10 and downgraded to 1.8, neither helped. Also, I don't have $GOROOT set anyway. |
For posterity, this is fixed by:
|
Updated all rust dependencies (ie, ran
cargo update
).