Skip to content

break: bump MSRV to 1.67.1 #10

break: bump MSRV to 1.67.1

break: bump MSRV to 1.67.1 #10

Workflow file for this run

---
on: [push, pull_request]
name: Continuous Integration
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
- 1.67.1 # MSRV
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
pdrofile: minimal
toolchain: ${{ matrix.rust }}
override: true
- uses: actions-rs/cargo@v1
with:
command: build
- uses: actions-rs/cargo@v1
with:
command: test