diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index db9fe8c06..42f8154dc 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.61" + toolchain: "1.63" override: true - uses: actions-rs/cargo@v1.0.3 diff --git a/.github/workflows/rust-tests.yml b/.github/workflows/rust-tests.yml index d6f4b69da..bf1443731 100644 --- a/.github/workflows/rust-tests.yml +++ b/.github/workflows/rust-tests.yml @@ -16,7 +16,7 @@ jobs: matrix: rust: # MSRV; must not be higher than the clippy rust version in checks.yml - - "1.61" + - "1.63" - "stable" os: - ubuntu-latest diff --git a/taskchampion/taskchampion/src/lib.rs b/taskchampion/taskchampion/src/lib.rs index b9d793646..a711214aa 100644 --- a/taskchampion/taskchampion/src/lib.rs +++ b/taskchampion/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.61 and higher. +This crate supports Rust version 1.63 and higher. */