Kriskras99 opened a new issue, #376:
URL: https://github.com/apache/avro-rs/issues/376
The `.cargo_vcs_info.json` file in the root of the crate records the commit
that was published and includes a 'dirty' flag if there were uncommited changes:
```json
{
"git": {
"sha1": "0f87fd5fcd57557b3831bed7a4540d7c63517dec",
"dirty": true
},
"path_in_vcs": "avro"
}
```
This is the file for v0.21.0, which is dirty. I think it's because the
commit (tag: `rel/release-0.21.0-rc0`) still has version number 0.20.0.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]