Skip to content

Bump ring from 0.17.11 to 0.17.13 #39

Bump ring from 0.17.11 to 0.17.13

Bump ring from 0.17.11 to 0.17.13 #39

Workflow file for this run

name: rustfmt
on:
push:
branches:
- main
pull_request:
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- run: |
rustup toolchain install stable --profile minimal --component rustfmt
- uses: actions/checkout@v4
- run: |
cargo fmt --check