Skip to content

build(deps): bump mio from 0.8.10 to 0.8.11 #602

build(deps): bump mio from 0.8.10 to 0.8.11

build(deps): bump mio from 0.8.10 to 0.8.11 #602

Workflow file for this run

name: Builds
on:
push:
paths-ignore:
- "CHANGELOG.md"
- "README.md"
pull_request:
paths-ignore:
- "CHANGELOG.md"
- "README.md"
jobs:
cargo-test:
name: Cargo Test
runs-on: ubuntu-latest
container: rust:latest
steps:
- uses: actions/checkout@v3
- run: cargo test --all
build-dist:
name: Build Distributions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./build-dist.sh