Skip to content

Commit 3cb2478

Browse files
committed
ci: workaround ahash msrv
1 parent 5792d9f commit 3cb2478

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- name: workaround MSRV issues
7070
if: matrix.version.name == 'msrv'
7171
run: |
72+
cargo update -p=ahash --precise=0.8.7
7273
cargo update -p=ciborium --precise=0.2.1
7374
cargo update -p=ciborium-ll --precise=0.2.1
7475
cargo update -p=time --precise=0.3.16

0 commit comments

Comments
 (0)