mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
bump MSRV to 1.54 for extended_key_value_attributes required by cbindgen
This commit is contained in:
parent
368a6dde5f
commit
a1bd08d6d1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/rust-tests.yml
vendored
2
.github/workflows/rust-tests.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
rust:
|
rust:
|
||||||
# MSRV; must not be higher than the clippy rust version in checks.yml
|
# MSRV; must not be higher than the clippy rust version in checks.yml
|
||||||
- "1.53"
|
- "1.54"
|
||||||
- "stable"
|
- "stable"
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
|
|
@ -41,7 +41,7 @@ for more information about the design and usage of the tool.
|
||||||
|
|
||||||
# Minimum Supported Rust Version (MSRV)
|
# Minimum Supported Rust Version (MSRV)
|
||||||
|
|
||||||
This crate supports Rust version 1.53 and higher.
|
This crate supports Rust version 1.54 and higher.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue