actions-marketplace-validations/rust_app_version
Get your current app version reading it from Cargo.toml.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cargo_toml_folder | Folder path where Cargo.toml can be found. Defaults to project root folder. | no | . |
Outputs
| name | description |
|---|---|
| app_version | App version as it is registered at Cargo.toml file. |