We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5d065 commit dbea51aCopy full SHA for dbea51a
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
override: true
37
38
- name: Downgrade phf to a version compatible with the MSRV
39
- run: cargo update --package phf:0.11.0 --precise 0.10.1
+ run: cargo update --package phf --precise 0.10.1
40
if: matrix.toolchain == '1.40.0'
41
42
- name: Cargo build
0 commit comments