Skip to content

Bump h2 from 0.3.24 to 0.3.26 #740

Bump h2 from 0.3.24 to 0.3.26

Bump h2 from 0.3.24 to 0.3.26 #740

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fetch --locked
- run: cargo clippy -- --deny warnings
- run: cargo fmt --check