diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 3c21009..8d3fc3c 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -15,6 +15,6 @@ jobs: - uses: actions/checkout@v4 - uses: taiki-e/install-action@v2 with: - tool: cargo-hack@0.5,cargo-deny@0.13,just@2,cargo-edit@0.12 + tool: cargo-hack@0.5,cargo-deny@0.13,just@1,cargo-edit@0.12 - run: just verify \ No newline at end of file