Add support for Rust 1.41.0 (#14)

This commit is contained in:
Armin Ronacher 2021-02-15 22:50:12 +01:00 committed by GitHub
parent d056522da4
commit b6e2894f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 230 additions and 96 deletions

View file

@ -18,14 +18,14 @@ jobs:
run: make test
build-stable:
name: Test on 1.43.0
name: Test on 1.41.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.43.0
toolchain: 1.41.0
profile: minimal
override: true
- name: Test