Skip to content

chore: bump version to 0.2.1 & 0.6.3 #3

chore: bump version to 0.2.1 & 0.6.3

chore: bump version to 0.2.1 & 0.6.3 #3

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.0
default: true
profile: minimal
components: rustfmt
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
- name: tests
run: ./test.sh