Update to syn 2

This commit is contained in:
David Tolnay 2023-03-13 11:15:43 -07:00
parent 0e45dde206
commit fb8b81f20b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
7 changed files with 30 additions and 34 deletions

View file

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