Skip to content

Bump toml from 0.8.10 to 0.8.12 #252

Bump toml from 0.8.10 to 0.8.12

Bump toml from 0.8.10 to 0.8.12 #252

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