Sergey "Shnatsel" Davidoff
Sergey "Shnatsel" Davidoff
It sounds like a good idea to me. I'd be happy to accept a PR implementing this. The only issue is how not to make it a breaking change for...
Fixed by #1185
Thanks for the PR! I'll take a closer look tomorrow.
Thanks! Two things of note: 1. We would need to also remove the build steps added in [#488](https://github.com/CycloneDX/cyclonedx-rust-cargo/pull/488) 2. Is there an easy way to add aarch64 Linux as well?...
In that case I'd prefer to stick to the fully generated workflow in the interest of reducing the maintenance burden and making upgrading to newer `cargo dist` easier. I don't...
Thanks! My thinking is that Raspberry Pis need prebuilt binaries really badly, and ARM servers are increasingly popular as well because of the way cloud providers price them. But it's...
The PR is still marked as draft. I understand it is ready for review now?
Yes! Thank you. I will take a look in the next few days.
Sorry for dragging my feet on the review. Unfortunately this runs into some thorny issues with the way the crates are currently published. None of the active maintainers have access...
There already is a [workflow](https://github.com/CycloneDX/cyclonedx-rust-cargo/blob/48139bd39681a2ced0098fcfa5d0d956b91151f5/.github/workflows/deploy_cargo_cyclonedx.yml#L52) we inherited from the previous maintainers that compiles and publishing binaries to Github releases. Having two of them at the same time is obviously not...