specify rust stable toolchain

This commit is contained in:
Carter Anderson 2020-06-07 23:37:36 -07:00
parent 4568f5dae3
commit 50651fa5dd

View File

@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build
run: cargo build --verbose
- name: Run tests