Skip to content

Commit 8f6673e

Browse files
committed
.github/workflows/rust.yml: updated to correct time crate version
1 parent 6bd3ba2 commit 8f6673e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Cargo update
2323
run: cargo update
2424
- name: Cargo update (fix for MSRV)
25-
run: cargo update -p time --precise 0.3.34
25+
run: cargo update -p time --precise 0.3.20
2626
if: matrix.rust == '1.63.0'
2727
- uses: actions-rs/cargo@v1
2828
with:
@@ -47,7 +47,7 @@ jobs:
4747
- name: Cargo update
4848
run: cargo update
4949
- name: Cargo update (fix for MSRV)
50-
run: cargo update -p time --precise 0.3.34
50+
run: cargo update -p time --precise 0.3.20
5151
if: matrix.rust == '1.63.0'
5252
- uses: actions-rs/cargo@v1
5353
with:

0 commit comments

Comments
 (0)