Skip to content

Commit c8dc4b6

Browse files
committed
Remove TOOLCHAIN
We can use the already provided `RUSTUP_TOOLCHAIN` to control the Rust toolchain, no need for our own custom env variable.
1 parent d14cccb commit c8dc4b6

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
@@ -7,12 +7,6 @@ FEATURES="bitcoin_hashes global-context lowmemory rand recovery serde std alloc"
77
# them together with 'std'.
88
STD_FEATURES="rand-std bitcoin-hashes-std"
99

10-
# Use toolchain if explicitly specified
11-
if [ -n "$TOOLCHAIN" ]
12-
then
13-
alias cargo="cargo +$TOOLCHAIN"
14-
fi
15-
1610
cargo --version
1711
rustc --version
1812

0 commit comments

Comments
 (0)