aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rust/update.sh (unfollow)
Commit message (Collapse)Author
2024-06-11fix(templates/rust/update.sh): Frist `upgrade` then `update`Benedikt Peetz
`cargo upgrade` raises the update boundaries in `Cargo.toml`, whilst `cargo update` just fetches the newest version (that conform to the boundaries) for `Cargo.lock`.
2024-03-31feat(rust): Update to my SOTABenedikt Peetz
2024-03-31refactor(rust): Move to template dirBenedikt Peetz
2023-05-27Feat(rust): UpdateSoispha