Skip to content

Commit 92f3b62

Browse files
committed
Merge commit '9fd9aa46' into 2022-10--update-elements (PR #454)
PR 454: Pin serde to 1.0.142 Didn't test this one; it only affects test.sh
2 parents 2ea44c2 + 9fd9aa4 commit 92f3b62

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

contrib/test.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ set -e
44

55
FEATURES="compiler serde rand"
66

7+
# Use toolchain if explicitly specified
8+
if [ -n "$TOOLCHAIN" ]
9+
then
10+
alias cargo="cargo +$TOOLCHAIN"
11+
fi
12+
13+
cargo update -p serde --precise 1.0.142
14+
cargo update -p serde_derive --precise 1.0.142
15+
716
cargo --version
817
rustc --version
918

0 commit comments

Comments
 (0)