Raise required compiler to rust 1.61

This commit is contained in:
David Tolnay 2024-10-31 16:42:50 -07:00
parent bb30f2e9b4
commit 0e2bef9ff1
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ edition = "2021"
keywords = ["error", "error-handling", "derive"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/thiserror"
rust-version = "1.56"
rust-version = "1.61"
[dependencies]
thiserror-impl = { version = "=1.0.65", path = "impl" }