We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7452cce commit 5d79e39Copy full SHA for 5d79e39
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- run: cargo llvm-cov --all-features --lcov --output-path lcov.info
40
41
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
42
with:
43
files: lcov.info
44
token: ${{ secrets.CODECOV_TOKEN }}
CONTRIBUTING.md
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to pycu!
4
5
## Prerequisites
6
7
-- [Rust](https://rustup.rs) **1.85 or later** (stable toolchain - edition 2024)
+- [Rust](https://rustup.rs) **1.94.1 or later** (stable toolchain - edition 2024)
8
- `rustfmt` and `clippy` components:
9
10
```sh
0 commit comments