Skip to content

Commit

Permalink
ci: fix msrv check by toml_datetime downgrade (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yfo authored Oct 30, 2023
1 parent 83fbd28 commit d068f22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
toolchain: ${{ env.RUST_MSRV }}
default: true

- name: downgrade `toml_datetime` crate to support older Rust toolchain
if: ${{ env.RUST_MSRV }} == '1.66.0'
run: |
cargo update -p toml_datetime --precise 0.6.3
- run: cargo check

tests:
Expand Down

0 comments on commit d068f22

Please sign in to comment.