This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
core/update.sh

8 lines
105 B
Bash
Executable File

#!/usr/bin/env sh
cargo update && cargo upgrade
git add Cargo.lock Cargo.toml flake.lock
# vim: ft=sh