Skip to content

Bump rustls from 0.22.3 to 0.22.4 #255

Bump rustls from 0.22.3 to 0.22.4

Bump rustls from 0.22.3 to 0.22.4 #255

Workflow file for this run

name: rustfmt
on: [push, pull_request]
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install stable toolchain with rustfmt available
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt
- run: cargo fmt --check