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:
parent
30574020ef
commit
15bae28b6b
|
@ -25,10 +25,9 @@ jobs:
|
||||||
AS_DEPENDENCY: true
|
AS_DEPENDENCY: true
|
||||||
DO_NO_STD: true
|
DO_NO_STD: true
|
||||||
DO_DOCS: true
|
DO_DOCS: true
|
||||||
- rust: 1.29.0
|
- rust: 1.41.1
|
||||||
env:
|
env:
|
||||||
AS_DEPENDENCY: true
|
AS_DEPENDENCY: true
|
||||||
PIN_VERSIONS: true
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Crate
|
- name: Checkout Crate
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue