fix: set rustup toolchain

This commit is contained in:
Price Hiller 2022-07-30 22:30:20 -05:00
parent 58895d5f30
commit cb6f368c94

View File

@ -101,6 +101,8 @@ install-rust() {
log "info" "${GREEN}Rust${RESET_BOLD} already installed, skipping"
fi
export PATH="${PATH}:${install_path}/cargo/bin"
rustup default stable
}
install-cargo-binary() {