Skip to content

Commit

Permalink
update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Apr 9, 2023
1 parent ae02898 commit 5f2d82d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion taskchampion/taskchampion/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 5f2d82d

Please sign in to comment.