Skip to content

Bump rustls-webpki from 0.101.3 to 0.101.5 #13

Bump rustls-webpki from 0.101.3 to 0.101.5

Bump rustls-webpki from 0.101.3 to 0.101.5 #13

Workflow file for this run

on: [push, pull_request]
name: fmt
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
components: rustfmt
- name: Run cargo fmt --check
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check