We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6819ef5 commit 67764abCopy full SHA for 67764ab
ci/ci-tx-sync-tests.sh
@@ -20,6 +20,9 @@ PIN_RELEASE_DEPS # pin the release dependencies
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
25
+
26
export RUST_BACKTRACE=1
27
28
echo -e "\n\nChecking Transaction Sync Clients with features."
0 commit comments