Skip to content

Bump toml from 0.8.12 to 0.8.13 #294

Bump toml from 0.8.12 to 0.8.13

Bump toml from 0.8.12 to 0.8.13 #294

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