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
Starting with v1.2, the `idna_adapter` crate switched to use `icu4x`,
which requires a rust version of 1.81, conflicting with our MSRV.
Here, we hence pin `idna_adapter` to v1.1 in our MSRV CI.
0 commit comments