Skip to content

build(deps): bump proc-macro2 from 1.0.81 to 1.0.83 #568

build(deps): bump proc-macro2 from 1.0.81 to 1.0.83

build(deps): bump proc-macro2 from 1.0.81 to 1.0.83 #568

Workflow file for this run

name: derive
on:
pull_request:
paths:
- "derive/**"
- "Cargo.*"
push:
branches: main
defaults:
run:
working-directory: derive
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.74.0 # MSRV
- stable
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
override: true
profile: minimal
- run: cargo test --release