#!/bin/bash

rustup update
cargo update
cargo fmt -v --all
pre-commit run --all-files
cargo clippy
cargo test -q --release
