Skip to content

Commit b0b62bd

Browse files
committed
Bump MSRV to patch release 1.91.1
1 parent 4f5a993 commit b0b62bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions-rs/toolchain@v1
3131
with:
32-
toolchain: "1.91.0" # MSRV
32+
toolchain: "1.91.1" # MSRV
3333
override: true
3434
components: clippy
3535

.github/workflows/rust-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
rust:
60-
- "1.91.0" # MSRV
60+
- "1.91.1" # MSRV
6161
- "stable"
6262
os:
6363
- ubuntu-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["cli", "todo", "tasks", "taskwarrior", "task-tracking"]
1111
readme = "src/crate-doc.md"
1212
license = "MIT"
1313
edition = "2021"
14-
rust-version = "1.91.0"
14+
rust-version = "1.91.1"
1515

1616
[workspace]
1717
members = [ "xtask" ]

src/crate-doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ for more information about the design and usage of the tool.
9999

100100
# Minimum Supported Rust Version (MSRV)
101101

102-
This crate supports Rust version 1.91.0 and higher.
102+
This crate supports Rust version 1.91.1 and higher.

0 commit comments

Comments
 (0)