Skip to content

Bump to version 2.1.0 #29

Bump to version 2.1.0

Bump to version 2.1.0 #29

Workflow file for this run

name: Rust
on: [push, workflow_dispatch, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-11]
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose