Skip to content

pin earlier version of tokio to support MSRV 1.72 #30

pin earlier version of tokio to support MSRV 1.72

pin earlier version of tokio to support MSRV 1.72 #30

Workflow file for this run

name: proto-build
on:
push:
branches: main
paths:
- ".github/workflows/proto-build.yml"
- "proto-build/**"
- "Cargo.*"
pull_request:
paths:
- ".github/workflows/proto-build.yml"
- "proto-build/**"
- "Cargo.*"
defaults:
run:
working-directory: proto-build
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected]
- run: cargo build --verbose
- run: cargo test --verbose