summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-09-18Make REUSE compliantClaudia Pellegrino
2025-09-18Set `RUSTUP_TOOLCHAIN` in `prepare`, tooClaudia Pellegrino
When running `cargo pkgid` in `prepare`, set `RUSTUP_TOOLCHAIN` to fix the following error that occurs if the user has multiple toolchains installed: ``` ==> Starting pkgver()... error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured. help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain. ``` Suggested-by: Coelacanthus
2025-02-12Disable LTO, re-enable debug flagClaudia Pellegrino
2024-10-04Fix issue with `cargo fetch --locked`Claudia Pellegrino
2024-07-17Add dependency, provides, conflicts, pkgver schemeClaudia Pellegrino
- New dependency: python-sphinx-inline-tabs - Upstream tagged their first stable release, so add `provides` and `conflicts` - Make `pkgver` consistent to the new upstream versioning scheme
2024-07-14Add dependency, version testClaudia
2024-06-26Turn off feature that breaks normal workflowClaudia Pellegrino
2024-06-17Remove obsolete test featureClaudia Pellegrino
2024-05-31Initial commitClaudia