-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[rust-client]: fix reqwest not support client::options #9745
Conversation
Why no one reviews this PR...,It looks particularly simple to change |
Did you follow item 3 in the PR checklist to update the samples so that the CI can test the change? |
Sorry, I apologize for not reading the document carefully. Now I have updated it. |
cc @frol (2017/07) @farcaller (2017/08) @richardwhiuk (2019/07) @paladinzh (2020/05) |
The change looks good to me and the CI tests (travis) passed. Thanks for the contribution. |
The openapi-generator needs to be at least 5.2.0 to build properly, see this PR: OpenAPITools/openapi-generator#9745.
The openapi-generator needs to be at least 5.2.0 to build properly, see this PR: OpenAPITools/openapi-generator#9745.
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
,5.1.x
,6.0.x
fix: #9743