From a1bd08d6d1738e81cc696dbc75fefafb64eb33da Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 30 May 2022 01:15:09 +0000 Subject: [PATCH] bump MSRV to 1.54 for extended_key_value_attributes required by cbindgen --- .github/workflows/rust-tests.yml | 2 +- rust/taskchampion/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-tests.yml b/.github/workflows/rust-tests.yml index f82f5847a..b386fef9a 100644 --- a/.github/workflows/rust-tests.yml +++ b/.github/workflows/rust-tests.yml @@ -13,7 +13,7 @@ jobs: matrix: rust: # MSRV; must not be higher than the clippy rust version in checks.yml - - "1.53" + - "1.54" - "stable" os: - ubuntu-latest diff --git a/rust/taskchampion/src/lib.rs b/rust/taskchampion/src/lib.rs index fca896f4e..cc23a0cdc 100644 --- a/rust/taskchampion/src/lib.rs +++ b/rust/taskchampion/src/lib.rs @@ -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.53 and higher. +This crate supports Rust version 1.54 and higher. */