joshua-laughner/Rust release version

Check the version in a Rust project's Cargo.toml file against a release tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
release-tagThe release tag to check against the crate version.no
cargo-toml-pathThe path to the Cargo.toml to read, default is Cargo.toml in the current directory.noCargo.toml
check-modeControls how carefully the release tag is vettednosimple
prefixRegex for allowed string before the crate version in strict checking modeno^
suffixRegex for allowed string after the crate version in strict checking modeno$

no outputs