actions-rs / audit-check

🛡️ GitHub Action for security audits
https://github.com/marketplace/actions/rust-audit-check
MIT License
170 stars 39 forks source link

do not override existing Cargo.lock #192

Open eugene-babichenko opened 3 years ago

eugene-babichenko commented 3 years ago

closes #163

I could just remove that line, but I think this will break clients that rely on the existing behavior and would need a major release.

agrinman commented 2 years ago

Any outstanding changes required on this PR that I can help with? Running into the same issue :)

eugene-babichenko commented 2 years ago

Not really, this branch is usable as it is.