Skip to content

Update zeroize 1.7.0 -> 1.8.1 #522

Update zeroize 1.7.0 -> 1.8.1

Update zeroize 1.7.0 -> 1.8.1 #522

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@nightly
with:
components: rustfmt
- run: cargo fmt --check