Skip to content

chore: bump the crate version to 0.3.4 #93

chore: bump the crate version to 0.3.4

chore: bump the crate version to 0.3.4 #93

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
rust: [stable]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose --all-features
- name: Run tests
run: cargo test --verbose --all-features