diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b15b373..0c4bd3d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,6 +59,12 @@ jobs: with: command: update args: --package serde_derive --precise 1.0.156 + - name: Restrict chrono version + if: matrix.restrict_deps_versions + uses: actions-rs/cargo@v1 + with: + command: update + args: --package chrono --precise 0.4.24 - name: Check formatting if: matrix.lint uses: actions-rs/cargo@v1