mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
Raise required compiler to rust 1.61
This commit is contained in:
parent
bb30f2e9b4
commit
0e2bef9ff1
4 changed files with 4 additions and 4 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue