From d699ce8cba25c95cbc5fdc29bedb9772314d1e81 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Tue, 21 Jun 2022 15:50:44 +0000 Subject: [PATCH] bump MSRV to the latest version --- .github/workflows/checks.yml | 2 +- .github/workflows/rust-tests.yml | 2 +- rust/taskchampion/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a82f2824b..13dc57793 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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.57" + toolchain: "1.61" override: true - uses: actions-rs/cargo@v1.0.1 diff --git a/.github/workflows/rust-tests.yml b/.github/workflows/rust-tests.yml index b386fef9a..d73611a54 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.54" + - "1.61" - "stable" os: - ubuntu-latest diff --git a/rust/taskchampion/src/lib.rs b/rust/taskchampion/src/lib.rs index cc23a0cdc..4b29126b9 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.54 and higher. +This crate supports Rust version 1.61 and higher. */