mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
bump MSRV
This commit is contained in:
parent
645c6bf13f
commit
f0ced5287b
3 changed files with 3 additions and 3 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
with:
|
||||
# Fixed version for clippy lints. Bump this as necesary. It must not
|
||||
# be older than the MSRV in tests.yml.
|
||||
toolchain: "1.63"
|
||||
toolchain: "1.64"
|
||||
override: true
|
||||
|
||||
- uses: actions-rs/cargo@v1.0.3
|
||||
|
|
2
.github/workflows/rust-tests.yml
vendored
2
.github/workflows/rust-tests.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
matrix:
|
||||
rust:
|
||||
# MSRV; must not be higher than the clippy rust version in checks.yml
|
||||
- "1.63"
|
||||
- "1.64"
|
||||
- "stable"
|
||||
os:
|
||||
- ubuntu-latest
|
||||
|
|
|
@ -41,7 +41,7 @@ for more information about the design and usage of the tool.
|
|||
|
||||
# Minimum Supported Rust Version (MSRV)
|
||||
|
||||
This crate supports Rust version 1.63 and higher.
|
||||
This crate supports Rust version 1.64 and higher.
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue