Skip to content

Update attohttpc requirement from 0.28 to 0.29 #46

Update attohttpc requirement from 0.28 to 0.29

Update attohttpc requirement from 0.28 to 0.29 #46

Workflow file for this run

name: Format
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
fmt:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run cargo fmt
run: cargo fmt --check --verbose