Skip to content

docs: add docs/MIGRATION-v0.2.md v0.1 to v0.2 breaking changes #61

docs: add docs/MIGRATION-v0.2.md v0.1 to v0.2 breaking changes

docs: add docs/MIGRATION-v0.2.md v0.1 to v0.2 breaking changes #61

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-toolchain/setup-rust@1
- run: cargo fmt --all -- --check
- run: cargo clippy -- -D warnings
- run: cargo test --release