#!/bin/bash -e # Old versions should come first so we go from oldest Cargo.lock version to # newest when building. RUST_VERSIONS=$(awk '{print $1}' < Version '$v cargo +$v build cargo +$v build --features alloc cargo +$v build --features collections done