joshua-laughner/Rust release version
Check the version in a Rust project's Cargo.toml file against a release tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| release-tag | The release tag to check against the crate version. | no | — |
| cargo-toml-path | The path to the Cargo.toml to read, default is Cargo.toml in the current directory. | no | Cargo.toml |
| check-mode | Controls how carefully the release tag is vetted | no | simple |
| prefix | Regex for allowed string before the crate version in strict checking mode | no | ^ |
| suffix | Regex for allowed string after the crate version in strict checking mode | no | $ |
Outputs
no outputs