Skip to content

Bump pest_derive from 2.7.10 to 2.7.11 #330

Bump pest_derive from 2.7.10 to 2.7.11

Bump pest_derive from 2.7.10 to 2.7.11 #330

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: cargo test --workspace