clippy and msrv fix
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good
Rust/spacepackets/pipeline/pr-main This commit looks good

This commit is contained in:
2024-04-16 15:13:43 +02:00
parent 944bcf1320
commit b55c7db3fc
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.61.0
toolchain: 1.65.0
override: true
profile: minimal
- uses: actions-rs/cargo@v1