Skip to content

Bump toml from 0.8.9 to 0.8.10 (#79) #205

Bump toml from 0.8.9 to 0.8.10 (#79)

Bump toml from 0.8.9 to 0.8.10 (#79) #205

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@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
default: true
- run: cargo test --workspace