Update to 2021 edition

This commit is contained in:
David Tolnay 2023-07-06 14:39:58 -07:00
parent 281997e760
commit 43f3a2a661
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 2 additions and 3 deletions

View file

@ -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"