Skip to content

Commit

Permalink
Pin bumpalo to 3.14.0 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov committed Feb 21, 2024
1 parent 7abd427 commit a8c7109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

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

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

0 comments on commit a8c7109

Please sign in to comment.