We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd3ba2 commit 8f6673eCopy full SHA for 8f6673e
.github/workflows/rust.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Cargo update
23
run: cargo update
24
- name: Cargo update (fix for MSRV)
25
- run: cargo update -p time --precise 0.3.34
+ run: cargo update -p time --precise 0.3.20
26
if: matrix.rust == '1.63.0'
27
- uses: actions-rs/cargo@v1
28
with:
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments