Skip to content

Bump log from 0.4.20 to 0.4.21 #231

Bump log from 0.4.20 to 0.4.21

Bump log from 0.4.20 to 0.4.21 #231

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