rustyhorde / vergen

Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros
Apache License 2.0
396 stars 56 forks source link

Remove proc-macro-error by removing getset #379

Closed bkaestner closed 1 month ago

bkaestner commented 1 month ago

Unfortunately, proc-macro-error's use via getset triggers cargo audit. #358 already removed getset, but missed some cargo +nightly clippy findings.

This PR builds upon #358 and fixes all lints.

Fixes #371 and #373.