summaryrefslogtreecommitdiff
path: root/src/rust.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-04-22feat: use project's name in git tag templateLars Wirzenius1-0/+4
2021-04-21refactor: make logging and messages more consistentLars Wirzenius1-2/+7
Also, report the Debian package version correctly, not just the upstream part.
2021-04-05feat: update Cargo.lock int Rust projectsLars Wirzenius1-0/+17
If we update Cargo.toml, but not Cargo.lock, and Cargo.lock is in git, when cargo publish will refuse to publish, because the files are out of sync.
2021-03-30feat: report absolute path when setting version for RustLars Wirzenius1-1/+6
2021-03-30fix: report project name and location when setting version for RustLars Wirzenius1-16/+31
2021-03-29feat: set version in Cargo.toml for Rust projectsLars Wirzenius1-0/+80