9 lines
103 B
Bash
Executable File

#!/bin/bash
# Set nightly as the default toolchain
rustup override set nightly
# Build
cargo build