Skip to content

Bump hyper-util from 0.1.19 to 0.1.20 #486

Bump hyper-util from 0.1.19 to 0.1.20

Bump hyper-util from 0.1.19 to 0.1.20 #486

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v5
- uses: hecrj/setup-rust-action@v2
with:
rust-version: nightly
- name: Check Cargo availability
run: cargo --version
- name: Check Rustup default toolchain
run: rustup default | grep nightly
- name: Test
run: |
cargo test