Skip to content

chore: bump version to 0.1.4 #50

chore: bump version to 0.1.4

chore: bump version to 0.1.4 #50

Workflow file for this run

name: test suite
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-features