Skip to content

Bump Dependencies

Bump Dependencies #10

Workflow file for this run

name: Signcryption Tests
on:
workflow_dispatch: {}
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
args: --features fetch-libsodium