Skip to content

Use session close function from oxide fork of yubihsm.rs. #356

Use session close function from oxide fork of yubihsm.rs.

Use session close function from oxide fork of yubihsm.rs. #356

Workflow file for this run

name: formatting
on: [push, pull_request]
jobs:
format:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
components: rustfmt
toolchain: 1.69.0
- run: cargo fmt --check