Skip to content

Commit 5d79e39

Browse files
authored
build: upgrade rust version and packages (#19)
* build: upgrade rust version and packages * ci: bump code cov action * docs: update documentation with rust version
1 parent 7452cce commit 5d79e39

File tree

5 files changed

+108
-118
lines changed

5 files changed

+108
-118
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- run: cargo llvm-cov --all-features --lcov --output-path lcov.info
4040

41-
- uses: codecov/codecov-action@v5
41+
- uses: codecov/codecov-action@v6
4242
with:
4343
files: lcov.info
4444
token: ${{ secrets.CODECOV_TOKEN }}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to pycu!
44

55
## Prerequisites
66

7-
- [Rust](https://rustup.rs) **1.85 or later** (stable toolchain - edition 2024)
7+
- [Rust](https://rustup.rs) **1.94.1 or later** (stable toolchain - edition 2024)
88
- `rustfmt` and `clippy` components:
99

1010
```sh

0 commit comments

Comments
 (0)