Skip to content

Update strum requirement from 0.25.0 to 0.26.1 #77

Update strum requirement from 0.25.0 to 0.26.1

Update strum requirement from 0.25.0 to 0.26.1 #77

Workflow file for this run

on: push
name: Build
jobs:
build_and_test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout latest
uses: actions/checkout@master
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run tests
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: test
- name: Cargo build
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --release