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.
2023-10-16 11:56:18 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
|
|
|
|
cargo update && cargo upgrade
|
|
|
|
|
2023-10-18 19:14:23 +00:00
|
|
|
cd ./language_macros || (echo "No language_macros directory" && exit 1)
|
|
|
|
|
|
|
|
cargo update && cargo upgrade
|
|
|
|
|
|
|
|
cd ..
|
|
|
|
git add Cargo.lock Cargo.toml flake.lock ./language_macros/Cargo.toml
|
2023-10-16 11:56:18 +00:00
|
|
|
|
|
|
|
# vim: ft=sh
|