summaryrefslogtreecommitdiff
path: root/src/rust.rs
AgeCommit message (Collapse)AuthorFilesLines
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