Skip to content

Commit 67764ab

Browse files
committed
Pin zerofrom@0.1.6 for older Rust versions
1 parent 6819ef5 commit 67764ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/ci-tx-sync-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ PIN_RELEASE_DEPS # pin the release dependencies
2020
# Starting with version 0.7.5, the `litemap` crate has an MSRV of rustc 1.81.0.
2121
[ "$RUSTC_MINOR_VERSION" -lt 81 ] && cargo update -p litemap --precise "0.7.4" --verbose
2222

23+
# Starting with version 0.1.6, the `zerofrom` crate has an MSRV of rustc 1.81.0.
24+
[ "$RUSTC_MINOR_VERSION" -lt 81 ] && cargo update -p zerofrom --precise "0.1.5" --verbose
25+
2326
export RUST_BACKTRACE=1
2427

2528
echo -e "\n\nChecking Transaction Sync Clients with features."

0 commit comments

Comments
 (0)