Skip to content

Commit a8c7109

Browse files
committed
Pin bumpalo to 3.14.0 on CI
1 parent 7abd427 commit a8c7109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Generate lockfile
9191
# Also updates the crates.io index
92-
run: cargo generate-lockfile && cargo update -p ahash --precise 0.8.7
92+
run: cargo generate-lockfile && cargo update -p ahash --precise 0.8.7 && cargo update -p bumpalo --precise 3.14.0
9393

9494
- name: Install GCC Multilib
9595
if: (matrix.platform.os == 'ubuntu-latest') && contains(matrix.platform.target, 'i686')

0 commit comments

Comments
 (0)