Erin van der Veen
Erin van der Veen
Newer versions of Cargo no longer support empty version fields
At [Topiary](https://github.com/tweag/topiary), we've run into [issues](https://github.com/tweag/topiary/issues/443) with Query compilation, with it taking up about 80-90% of Topiary's total runtime. In an effort to reduce this number we were made aware...
This is similar to the `new_from_path` and `new_from_paths` function. A `new_from_source` function already existed, but a `new_from_sources` was still missing.
## Description This PR upgrades our `cyclonedx-bom` dependency crate to include support for CycloneDX v1.5. ## Motivation v1.5 is the latest version of the spec[^1], it would be nice if...
The current logo was created by DALL-E, which makes the copyright dubious. We should create a logo from scratch.
**Describe the bug** cargo-dist uses a `cargo build` command under the hood. However, given an issue in cargo, `cargo build` is broken in our repository. Instead, we use `cargo hack...
**Is your feature request related to a problem? Please describe.** From here: https://github.com/tweag/genealogos/pull/56#pullrequestreview-2063673675 **Describe the solution you'd like** A possible solution would be to extend the result url with an...
**Is your feature request related to a problem? Please describe.** SPDX is a competing standard to CycloneDX backed by the Linux Foundation. Several tools in that ecosystem use SPDX, so...