From aba4f0ae1570e1c19256e80faf7309a55f948eb9 Mon Sep 17 00:00:00 2001 From: Tatsuya Kawano Date: Sat, 29 Jul 2023 17:07:29 +0800 Subject: [PATCH] Fix the CI for MSRV 1.60 When testing the MSRV, downgrade `dashmap` to v5.4.0 so it will compile. --- .ci_extras/pin-crate-vers-msrv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci_extras/pin-crate-vers-msrv.sh b/.ci_extras/pin-crate-vers-msrv.sh index f115f405..c0ae10a0 100755 --- a/.ci_extras/pin-crate-vers-msrv.sh +++ b/.ci_extras/pin-crate-vers-msrv.sh @@ -3,4 +3,5 @@ set -eux # Pin some dependencies to specific versions for the MSRV. +cargo update -p dashmap --precise 5.4.0 cargo update -p tempfile --precise 3.6.0