Skip to content

build(deps): bump curve25519-dalek from 4.0.0-rc.3 to 4.0.0 #210

build(deps): bump curve25519-dalek from 4.0.0-rc.3 to 4.0.0

build(deps): bump curve25519-dalek from 4.0.0-rc.3 to 4.0.0 #210

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