Update to TaskChampion 2.0.2 (#3746)
This commit is contained in:
committed by
GitHub
parent
ae3651fd3f
commit
2e5177aa7c
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
# If this version is old enough to cause errors, or older than the
|
||||
# TaskChampion MSRV, bump it to the MSRV of the currently-required
|
||||
# TaskChampion package; if necessary, bump that version as well.
|
||||
toolchain: "1.78.0" # MSRV
|
||||
toolchain: "1.81.0" # MSRV
|
||||
override: true
|
||||
|
||||
- uses: actions-rs/cargo@v1.0.3
|
||||
|
||||
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -119,7 +119,7 @@ jobs:
|
||||
# TaskChampion MSRV, bump it to the MSRV of the currently-required
|
||||
# TaskChampion package; if necessary, bump that version as well.
|
||||
# This should match the MSRV in `src/taskchampion-cpp/Cargo.toml`.
|
||||
toolchain: "1.78.0" # MSRV
|
||||
toolchain: "1.81.0" # MSRV
|
||||
override: true
|
||||
|
||||
- uses: actions-rs/cargo@v1.0.3
|
||||
|
||||
Reference in New Issue
Block a user