rust-secure-code / cargo-auditable

Make production Rust binaries auditable
Apache License 2.0
628 stars 26 forks source link

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

Closed Shnatsel closed 6 months ago

Shnatsel commented 6 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.