Skip to content
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 to stable tokio 1.0 by bumping reqwest #7

Merged

Conversation

strohel
Copy link
Contributor

@strohel strohel commented Jan 31, 2021

Please review by individual commits.

I've sneaked in one little cleanup, I can drop it if not desired.

clippy says it is the default for constant, thus needless.
These are not directly used in the crate, thus there is no need to mention them
in Cargo.toml. They are still pulled in my our dependencies (reqwest), but
that's cargo's job, not ours.
Note that version "0.11" means 0.11 <= version < 0.12, which gives most
flexibility to downstream crates (they may want to pin specific version etc).
@evelynharthbrooke
Copy link
Owner

Looks great, thank you!

@evelynharthbrooke evelynharthbrooke merged commit cc93555 into evelynharthbrooke:main Feb 7, 2021
@strohel strohel deleted the update-to-stable-tokio branch February 7, 2021 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants