-
Notifications
You must be signed in to change notification settings - Fork 188
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 reqwest to 0.9.5 #215
Conversation
CI fails due to rustfmt upgrade, let me know if I should run |
Hmmm. Interesting. Stable failed but nightly succeeded, which means there will be different code format for the same code under different versions.. @overvenus What's your idea? |
@breeswish rustfmt is only executed on stable. |
@kennytm Oh! sorry. I forgot that! @jonas-schievink So maybe you can just run rustfmt to keep track with latest format spec (and pass CI 🤣). |
It is now failing because changes in clippy emit warnings, some of which inside generated code, which your CI is turning into errors. |
I suggest we fix the warnings for the two lints in until stepancheg/rust-protobuf#331 is resolved. |
It works with |
c3a1906
to
d6aa7fe
Compare
4157023
to
2b9494f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ping @breeswish |
This prevents sfackler/rust-openssl#994