tiny-update-check 0.1.0

A minimal, lightweight crate update checker for Rust CLI applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# release-plz configuration
# https://release-plz.ieni.dev/docs/config

[workspace]
allow_dirty = false
changelog_update = true
git_release_enable = false  # Let cargo-dist handle releases
publish = true
semver_check = true

[[package]]
name = "tiny-update-check"
changelog_path = "CHANGELOG.md"
git_tag_enable = true