Skip to content

Bump hyper-util from 0.1.9 to 0.1.10 #12

Bump hyper-util from 0.1.9 to 0.1.10

Bump hyper-util from 0.1.9 to 0.1.10 #12

Workflow file for this run

name: Status Checks
on:
pull_request:
branches:
- main
jobs:
check:
name: cargo check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check