Skip to content

Fix clippy warnings and bump srp and aucpace MSRV to 1.61 #229

Fix clippy warnings and bump srp and aucpace MSRV to 1.61

Fix clippy warnings and bump srp and aucpace MSRV to 1.61 #229

Workflow file for this run

name: srp
on:
pull_request:
paths:
- "srp/**"
- "Cargo.*"
push:
branches: master
defaults:
run:
working-directory: srp
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.60.0 # MSRV
- stable
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo test --release