Skip to content

Commit afc5a02

Browse files
committed
Pin the memchr test-only transitive dependency of regex
1 parent eb882a6 commit afc5a02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/ci-tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace
3232
# The proc-macro2 crate switched to Rust edition 2021 starting with v1.0.66, i.e., has MSRV of 1.56
3333
[ "$RUSTC_MINOR_VERSION" -lt 56 ] && cargo update -p proc-macro2 --precise "1.0.65" --verbose
3434

35+
# The memchr crate switched to an MSRV of 1.60 starting with v2.6.0
36+
[ "$RUSTC_MINOR_VERSION" -lt 60 ] && cargo update -p memchr --precise "2.5.0" --verbose
37+
3538
[ "$LDK_COVERAGE_BUILD" != "" ] && export RUSTFLAGS="-C link-dead-code"
3639

3740
export RUST_BACKTRACE=1

0 commit comments

Comments
 (0)