Skip to content

Commit 8487970

Browse files
committed
Pin [email protected] for older Rust versions
1 parent 047bd61 commit 8487970

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/ci-tx-sync-tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ PIN_RELEASE_DEPS # pin the release dependencies
1717
# Starting with version 0.5.11, the `home` crate has an MSRV of rustc 1.81.0.
1818
[ "$RUSTC_MINOR_VERSION" -lt 81 ] && cargo update -p home --precise "0.5.9" --verbose
1919

20+
# Starting with version 1.2.0, the `idna_adapter` crate has an MSRV of rustc 1.81.0.
21+
[ "$RUSTC_MINOR_VERSION" -lt 81 ] && cargo update -p idna_adapter --precise "1.1.0" --verbose
22+
2023
export RUST_BACKTRACE=1
2124

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

0 commit comments

Comments
 (0)