Skip to content

Bump regex from 1.10.4 to 1.10.5 #308

Bump regex from 1.10.4 to 1.10.5

Bump regex from 1.10.4 to 1.10.5 #308

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