Closed thequux closed 3 years ago
OK, this looks like it's OK for review. We bumped up from a MSRV of 1.36 when we introduced the use of #[non_exhaustive]
, thus the failing 1.36 builds. The failing 1.38 build is, I think, a transient error relating to unpacking Rust, so nothing we need to worry about.
Looking closer at this, it's an update to memchr that breaks compatibility with 1.36, so we'll need to update MSRV separately. That got merged in #57, but unfortunately, I can't re-run the CI pipeline merged with the new master. Alas. I'm merging it anyway, and will fix any resulting breakage.
I'm not entirely sure that this will still work with 1.36, but that's what CI is for :grin: