Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin some CI jobs to specific rust versions
Unfortunately, some new versions may change behavior, e.g. clippy may add lints, which break the build. Therefore it makes sense, to pin certain error prone CI-jobs to some specific versions. They should be bumped regularly, though. Currently, the following jobs are pinned: 1. the `ci/test`-job: as shown in #105, Rust 1.83 has introduced a valid "leak", which fails our tests for now. Therefore this job is pinned to 1.82, where this issue doesn't occur. A proper fix is necessary in the future (#107). 2. `clippy`: the latest [PR broke the clippy job][clippy-job] due to new lints being fired. Therefore the CI is pinned to 1.83 with the issues fixed. [clippy-job]: https://github.com/jfrimmel/cargo-valgrind/actions/runs/12095283463/job/33728289241
- Loading branch information