diff --git a/contrib/test.sh b/contrib/test.sh index 8eb7d3f..dad931a 100755 --- a/contrib/test.sh +++ b/contrib/test.sh @@ -7,12 +7,6 @@ FEATURES="bitcoin_hashes global-context lowmemory rand recovery serde std alloc" # them together with 'std'. STD_FEATURES="rand-std bitcoin-hashes-std" -# Use toolchain if explicitly specified -if [ -n "$TOOLCHAIN" ] -then - alias cargo="cargo +$TOOLCHAIN" -fi - cargo --version rustc --version