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
I botched the memchr 2.6 MSRV because it actually requires Rust 1.61 and
not Rust 1.60. This crate's MSRV is Rust 1.60, so pin memchr to a
version that works on Rust 1.60 (for x86-64 at least).
0 commit comments