Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per discussion on [this urlo thread](https://users.rust-lang.org/t/best-community-practices-for-msrv/119566), there is no firm rule on utilization of MSRV. Here, we will opt to advertise a MSRV that is compatible w/ `reqwest`'s current MSRV, and compatible with this crate's current dependencies. Note that the dependency `time` must be `0.3.20` or earlier to satisfy this MSRV; as MSRV increase is not considered a semver breaking change, we do not restrict our specification of the `time` dependency to uphold any guarantee here :(.
- Loading branch information