Skip to content

Commit e17a00d

Browse files
authored
test: remove CI pinned to an explicit MSRV (#547)
1 parent da322dc commit e17a00d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/test32bit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
os: [ubuntu-latest]
1717
rust:
1818
- stable
19-
- 1.71.0
2019
steps:
2120
- name: Cancel Previous Runs
2221
uses: styfle/cancel-workflow-action@0.11.0

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
os: [ubuntu-latest, macos-latest]
1717
rust:
1818
- stable
19-
- 1.71.0
2019
steps:
2120
- name: Cancel Previous Runs
2221
uses: styfle/cancel-workflow-action@0.11.0
@@ -67,7 +66,6 @@ jobs:
6766
matrix:
6867
rust:
6968
- stable
70-
- 1.71.0
7169
steps:
7270
- uses: actions/checkout@v4
7371
- uses: dtolnay/rust-toolchain@v1

0 commit comments

Comments
 (0)