Skip to content

Commit bebe646

Browse files
committed
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.
1 parent f344fb3 commit bebe646

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
AS_DEPENDENCY: true
2626
DO_NO_STD: true
2727
DO_DOCS: true
28-
- rust: 1.29.0
28+
- rust: 1.41.1
2929
env:
3030
AS_DEPENDENCY: true
31-
PIN_VERSIONS: true
3231
steps:
3332
- name: Checkout Crate
3433
uses: actions/checkout@v2

0 commit comments

Comments
 (0)