Github Release for cargo-auditable 0.6.7
I noticed there is a tag for cargo-auditable 0.6.7, and it appears on crates.io, but the latest Github release shows 0.6.6.
Will there be a Github Release?
Probably not. cargo dist actions failed because it's unmaintained, and running them on a release that's not the latest commit is very difficult. I could probably release 0.6.8 soon if that helps?
Hi! I just noticed the same thing for the 0.7.0 release (present in crates.io, missing on GitHub).
I've fixed the binary build workflow in https://github.com/rust-secure-code/cargo-auditable/pull/226 so the next release, probably v0.7.1, should have precompiled binaries again.
Publishing backdated releases with cargo-dist is not supported and is very tricky to do, so I'm not going to publish prebuilt binaries for 0.7.0.
Thanks for the update!
The 0.7.1 release with prebuilt executables is now up.