We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82b958c + 0a8f75f commit a5419bcCopy full SHA for a5419bc
.github/workflows/ci.yml
@@ -72,6 +72,8 @@ jobs:
72
restore-keys: |
73
index-${{ runner.os }}-
74
- run: cargo generate-lockfile
75
+ - run: |
76
+ cargo update -p once_cell --precise 1.20.3
77
- uses: actions/cache@v4
78
with:
79
path: ~/.cargo/registry/cache
0 commit comments