Skip to content

Commit

Permalink
Try to fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Oct 20, 2022
1 parent 4c5d065 commit dbea51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
override: true

- name: Downgrade phf to a version compatible with the MSRV
run: cargo update --package phf:0.11.0 --precise 0.10.1
run: cargo update --package phf --precise 0.10.1
if: matrix.toolchain == '1.40.0'

- name: Cargo build
Expand Down

0 comments on commit dbea51a

Please sign in to comment.