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

deps: require curl < 0.4.34 to fix MSRV #382

Merged
merged 1 commit into from
Nov 8, 2020

Conversation

wchargin
Copy link
Contributor

@wchargin wchargin commented Nov 7, 2020

Builds are failing on unrelated pull requests (e.g., #326) because the
curl crate has pushed a new version that depends on Rust 1.40, while
our CI tests against 1.39. We could probably bump to require 1.40 as
well, especially since we want to use the same #[non_exhaustive]
attribute, per #43. But a minimal change to unblock development and keep
the current minimum stable Rust version is to just pin curl < 0.4.34.

Test Plan:
Running cargo +1.39.0 test --workspace --all-targets passes on my
Linux machine.

wchargin-branch: deps-curl-pre-0.4.34

Builds are failing on unrelated pull requests (e.g., tokio-rs#326) because the
`curl` crate has pushed a new version that depends on Rust 1.40, while
our CI tests against 1.39. We could probably bump to require 1.40 as
well, especially since we want to use the same `#[non_exhaustive]`
attribute, per tokio-rs#43. But a minimal change to unblock development and keep
the current minimum stable Rust version is to just pin `curl < 0.4.34`.

Test Plan:
Running `cargo +1.39.0 test --workspace --all-targets` passes on my
Linux machine.

wchargin-branch: deps-curl-pre-0.4.34
wchargin-source: c2910530bd49190605176c9f69f3aff1863443c2
@danburkert danburkert merged commit 6c8c69e into tokio-rs:master Nov 8, 2020
@danburkert
Copy link
Collaborator

Thanks!

@wchargin wchargin deleted the wchargin-deps-curl-pre-0.4.34 branch November 9, 2020 02:11
@wchargin
Copy link
Contributor Author

wchargin commented Nov 9, 2020

Thank you!

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