Skip to content

Commit 49e51de

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 bbfb78a commit 49e51de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

contrib/test.sh

Lines changed: 0 additions & 6 deletions
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)