Skip to content

Commit 15b57cd

Browse files
committed
Remove TOOLCHAIN
Cargo already uses an env var to configure the toolchain `RUSTUP_TOOLCHAIN`, there is no need for our custom `TOOLCHAIN` environment variable.
1 parent 75a3577 commit 15b57cd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

contrib/test.sh

-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ 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-
137
cargo update -p serde --precise 1.0.142
148
cargo update -p serde_derive --precise 1.0.142
159

0 commit comments

Comments
 (0)