Skip to content

Commit 9126d49

Browse files
committed
ci: Pin either=1.13 for MSRV
1 parent 39cb02b commit 9126d49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
- name: Install dependencies
6868
if: matrix.install_deps
6969
run: ${{ matrix.install_deps }}
70+
- name: Cargo deps locks
71+
if: ${{ matrix.rust == '1.41.1' }}
72+
run:
73+
cargo update -p either --precise 1.13.0
7074
- name: Tests
7175
run: |
7276
rustc -C target-cpu=native --print cfg

0 commit comments

Comments
 (0)