Skip to content

Commit

Permalink
Fix build with rust 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoo90 committed Jul 3, 2023
1 parent 5fb3bc6 commit 8f66f88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f66f88

Please sign in to comment.