Skip to content

build(deps): bump ring from 0.17.8 to 0.17.14 #323

build(deps): bump ring from 0.17.8 to 0.17.14

build(deps): bump ring from 0.17.8 to 0.17.14 #323

Workflow file for this run

name: Format
on:
push:
branches:
- main
pull_request:
jobs:
format:
name: fmt:required
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Cargo Fmt
run: cargo fmt --all -- --check
env:
RUST_BACKTRACE: 1