Pin bumpalo to 3.14.0 on CI

This commit is contained in:
Kirill Chibisov 2024-02-21 14:29:01 +04:00
parent 7abd427216
commit a8c7109e89

View file

@ -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')