See the web site of the Site Checker project
git clone [email protected]:szabgab/site-checker.rs.git
cd site-checker
Optionally install pre-commit and then run pre-commit install to configure it in the current repository.
- Update version number in Cargo.toml
git commitcargo publish- git tag using the same version number: (
git tag -a v0.2.2 -m "publish version v0.2.2") git push --tags