mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
Update to 2021 edition
This commit is contained in:
parent
281997e760
commit
43f3a2a661
3 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@ authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|||
categories = ["rust-patterns"]
|
||||
description = "derive(Error)"
|
||||
documentation = "https://docs.rs/thiserror"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
keywords = ["error", "error-handling", "derive"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/dtolnay/thiserror"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue