Skip to content

Commit

Permalink
.github/workflows/rust.yml: updated to correct time crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
aggstam authored and chifflier committed Feb 6, 2024
1 parent 6911229 commit 125e6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Cargo update
run: cargo update
- name: Cargo update (fix for MSRV)
run: cargo update -p time --precise 0.3.34
run: cargo update -p time --precise 0.3.20
if: matrix.rust == '1.63.0'
- uses: actions-rs/cargo@v1
with:
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Cargo update
run: cargo update
- name: Cargo update (fix for MSRV)
run: cargo update -p time --precise 0.3.34
run: cargo update -p time --precise 0.3.20
if: matrix.rust == '1.63.0'
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 125e6de

Please sign in to comment.