Remove CI check for Rust 1.29

In preparation for starting to merge patches that rely on an MSRV of
1.41 update the CI pipeline.
This commit is contained in:
Tobin C. Harding 2022-04-21 11:37:47 +10:00
parent 30574020ef
commit 15bae28b6b
1 changed files with 1 additions and 2 deletions

View File

@ -25,10 +25,9 @@ jobs:
AS_DEPENDENCY: true
DO_NO_STD: true
DO_DOCS: true
- rust: 1.29.0
- rust: 1.41.1
env:
AS_DEPENDENCY: true
PIN_VERSIONS: true
steps:
- name: Checkout Crate
uses: actions/checkout@v2