Skip to content

Bump regex from 1.10.3 to 1.10.4 #255

Bump regex from 1.10.3 to 1.10.4

Bump regex from 1.10.3 to 1.10.4 #255

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