Skip to content

Commit d136406

Browse files
authored
Merge pull request #3626 from arik-so/tx-sync-pin-litemap
Pin idna_adapter for older Rust versions in CI
2 parents 047bd61 + 8487970 commit d136406

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)