| Crates.io | git-digger |
| lib.rs | git-digger |
| version | 0.2.2 |
| created_at | 2025-03-23 06:11:21.335323+00 |
| updated_at | 2026-01-12 15:27:40.512012+00 |
| description | Helper library to handle multiple git repositories |
| homepage | |
| repository | https://github.com/szabgab/git-digger/ |
| max_upload_size | |
| id | 1602371 |
| size | 39,051 |
Helper library to deal with multiple repositories from multiple git hosting services.
See the git-digger-example
One day it might become useful for others as well.
Update the version number in Cargo.toml
cargo build
git add .
git commit -m "update version number"
git tag -a v0.2.2 -m v0.2.1
git push
git push --tags
cargo publish