Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: require
curl < 0.4.34
to fix MSRV
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 wchargin-source: c2910530bd49190605176c9f69f3aff1863443c2
- Loading branch information