Skip to content

Commit 1a5ab36

Browse files
committed
Workaround for the time-core crate
1 parent 3ec32e3 commit 1a5ab36

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
toolchain: ${{ matrix.rust }}
2525

26+
- name: Fix time MSRV
27+
run: |
28+
cargo update -p time --precise 0.3.41
29+
cargo update -p time-core --precise 0.1.4
30+
2631
- name: Run cargo test
2732
run: cargo test --all-features --all
2833

0 commit comments

Comments
 (0)