rust-secure-code / cargo-auditable

Make production Rust binaries auditable
Apache License 2.0
646 stars 28 forks source link

Temporarily revert "add commit hashes to git sources" #131

Closed Shnatsel closed 8 months ago

Shnatsel commented 8 months ago

Reverts rust-secure-code/cargo-auditable#123

I need to ship a hotfix, while recording git hashes is a format change.

Collecting git info will be re-enabled afterwards, and I'll probably also integrate it into the cyclonedx branch.

The unmodified state prior to this change is preserved in the git-support branch.