Skip to content

Commit

Permalink
chore: updated CI script to address MSRV checks compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Jan 20, 2024
1 parent ffa10db commit efa8f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: downgrade `toml_datetime` crate to support older Rust toolchain
if: ${{ env.RUST_MSRV }} == '1.66.0'
run: |
cargo update -p toml_edit --precise 0.20.2
cargo update -p toml_datetime --precise 0.6.3
- run: cargo check
Expand Down

0 comments on commit efa8f81

Please sign in to comment.