Skip to content

chore(deps): Bump subtle from 2.5.0 to 2.6.1 #95

chore(deps): Bump subtle from 2.5.0 to 2.6.1

chore(deps): Bump subtle from 2.5.0 to 2.6.1 #95

Workflow file for this run

name: jose-jwe
on:
pull_request:
paths:
- ".github/workflows/jose-jwe.yml"
- "jose-jwe/**"
- "Cargo.*"
push:
branches:
- master
defaults:
run:
working-directory: jose-jwe
env:
RUSTFLAGS: "-Dwarnings"
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
jobs:
minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
no_std:
runs-on: ubuntu-latest
timeout-minutes: 45
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
- wasm32-unknown-unknown
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
targets: ${{ matrix.target }}
toolchain: ${{ matrix.rust }}
- run: cargo build --target ${{ matrix.target }} --no-default-features
test:
runs-on: ubuntu-latest
timeout-minutes: 45
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo test