Skip to content

Bump hyper from 0.14.24 to 1.3.1 #3

Bump hyper from 0.14.24 to 1.3.1

Bump hyper from 0.14.24 to 1.3.1 #3

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