use latest rust in macos/windows ci

This commit is contained in:
veeso
2022-03-09 11:27:26 +01:00
parent 35dc11cce3
commit ad2781b62c
2 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Build
run: cargo build
- name: Run tests

View File

@@ -11,6 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Build
run: cargo build
- name: Run tests