Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-18 | Make REUSE compliant | Claudia Pellegrino | |
2025-09-18 | Set `RUSTUP_TOOLCHAIN` in `prepare`, too | Claudia 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-12 | Disable LTO, re-enable debug flag | Claudia Pellegrino | |
2024-10-04 | Fix issue with `cargo fetch --locked` | Claudia Pellegrino | |
2024-07-17 | Add dependency, provides, conflicts, pkgver scheme | Claudia 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-14 | Add dependency, version test | Claudia | |
2024-06-26 | Turn off feature that breaks normal workflow | Claudia Pellegrino | |
2024-06-17 | Remove obsolete test feature | Claudia Pellegrino | |
2024-05-31 | Initial commit | Claudia | |