Skip to content

Commit a5419bc

Browse files
authored
Merge pull request #2383 from sfackler/alex-patch-1
fix test on MSRV
2 parents 82b958c + 0a8f75f commit a5419bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
restore-keys: |
7373
index-${{ runner.os }}-
7474
- run: cargo generate-lockfile
75+
- run: |
76+
cargo update -p once_cell --precise 1.20.3
7577
- uses: actions/cache@v4
7678
with:
7779
path: ~/.cargo/registry/cache

0 commit comments

Comments
 (0)