Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 8cbdc4e

Browse files
committed
bump MSRV to 1.81
1 parent b278258 commit 8cbdc4e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
rust: [nightly, beta, stable, 1.56.0]
27+
rust: [nightly, beta, stable, 1.81.0]
2828
timeout-minutes: 45
2929
steps:
3030
- uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
keywords = ["error", "error-handling", "derive"]
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/dtolnay/thiserror"
12-
rust-version = "1.56"
12+
rust-version = "1.81"
1313

1414
[dependencies]
1515
thiserror-impl = { version = "=1.0.61", path = "impl" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This library provides a convenient derive macro for the standard library's
1616
thiserror = "1.0"
1717
```
1818

19-
*Compiler support: requires rustc 1.56+*
19+
*Compiler support: requires rustc 1.81+*
2020

2121
<br>
2222

0 commit comments

Comments
 (0)