Pin memchr in our release dependency list due to `core2` using it 2023-09-msrv
authorMatt Corallo <git@bluematt.me>
Thu, 14 Sep 2023 21:49:14 +0000 (21:49 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 15 Sep 2023 17:07:17 +0000 (17:07 +0000)
commitba12a86393f5938a3a20c198767519a79ccf8bd5
treea045ccc383c41e93f74e6819b4bcc6c99cee457c
parent0d646b7c156aa4978593ee899ca3a354e290997f
Pin memchr in our release dependency list due to `core2` using it

We're working with rust-bitcoin to remove the `core2` dependency
at https://github.com/rust-bitcoin/rust-bitcoin/pull/2066 but until
that lands and we can upgrade rust-bitcoin we're stuck with it. In
the mean time, we should still pass our MSRV tests.
ci/ci-tests.sh