about summary refs log tree commit diff stats
path: root/templates/rust/update.sh (follow)
Commit message (Collapse)AuthorAge
* fix(templates/rust/update.sh): Frist `upgrade` then `update`Benedikt Peetz2024-06-11
| | | | | | `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`.
* feat(rust): Update to my SOTABenedikt Peetz2024-03-31
|
* refactor(rust): Move to template dirBenedikt Peetz2024-03-31