We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abd427 commit a8c7109Copy full SHA for a8c7109
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Generate lockfile
91
# Also updates the crates.io index
92
- 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
93
94
- name: Install GCC Multilib
95
if: (matrix.platform.os == 'ubuntu-latest') && contains(matrix.platform.target, 'i686')
0 commit comments