summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)AuthorFilesLines
2021-04-13feat: support Python projectsLars Wirzenius1-0/+7
2021-04-05Set version to 0.5.0v0.5.0Lars Wirzenius1-1/+1
2021-04-05tests: use a less likely version numberLars Wirzenius1-1/+1
2021-04-05Set version to 0.3.0v0.3.0Lars Wirzenius1-31/+31
2021-04-05chore: update Cargo.toml with more metadata fieldsLars Wirzenius1-1/+1
2021-03-29feat: set version in Cargo.toml for Rust projectsLars Wirzenius1-4/+1457
2021-03-28feat: create git tag for releaseLars Wirzenius1-4/+290
2021-03-28chore: add dependencies to Cargo.tomlLars Wirzenius1-0/+149
Also, drop Cargo.lock from .gitignore, as we don't want someone to randomly get different version when they build from source. We'll be updating the lock file for every release.