Skip to content

Commit 3455005

Browse files
authored
Add support for git sync (#4111)
1 parent d1afef4 commit 3455005

10 files changed

Lines changed: 856 additions & 288 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# If this version is old enough to cause errors, or older than the
2222
# TaskChampion MSRV, bump it to the MSRV of the currently-required
2323
# TaskChampion package; if necessary, bump that version as well.
24-
toolchain: "1.88.0" # MSRV
24+
toolchain: "1.91.1" # MSRV
2525

2626
- name: Cache cargo registry
2727
uses: actions/cache@v5

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# If this version is old enough to cause errors, or older than the
107107
# TaskChampion MSRV, bump it to the MSRV of the currently-required
108108
# TaskChampion package; if necessary, bump that version as well.
109-
toolchain: "1.88.0" # MSRV
109+
toolchain: "1.91.1" # MSRV
110110

111111
- name: Cache cargo registry
112112
uses: actions/cache@v5

0 commit comments

Comments
 (0)