Skip to content

Commit e71ec39

Browse files
committed
f: only pin idna_adapter instead
1 parent 67764ab commit e71ec39

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ci/ci-tx-sync-tests.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ 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 0.7.5, the `litemap` crate has an MSRV of rustc 1.81.0.
21-
[ "$RUSTC_MINOR_VERSION" -lt 81 ] && cargo update -p litemap --precise "0.7.4" --verbose
22-
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
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
2522

2623
export RUST_BACKTRACE=1
2724

0 commit comments

Comments
 (0)