Skip to content

Update hyper requirement from 0.14.27 to 1.0.1 #2893

Update hyper requirement from 0.14.27 to 1.0.1

Update hyper requirement from 0.14.27 to 1.0.1 #2893

Workflow file for this run

name: clippy
on:
pull_request:
paths:
- '**.rs'
- '**.toml'
- '**.yml'
jobs:
clippy_nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
args: "--workspace"
token: ${{ secrets.GITHUB_TOKEN }}