You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate's minimum supported rustc version is 1.70.0.
The policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if jiff 1.0 requires Rust 1.20.0, then jiff 1.0.z for all values of z will also require Rust 1.20.0 or newer. However, jiff 1.y for y > 0 may require a newer minimum version of Rust.
There's a cfg_version RFC that will help with this.
Also, if we haven't already done so, we should define a MSRV policy for this crate.
Originally posted by @popematt in #796 (comment)
The text was updated successfully, but these errors were encountered: