Replace proc-macro-error with proc-macro-error2 (#979)

This commit is contained in:
Sympatron GmbH 2024-09-29 06:15:12 +02:00 committed by GitHub
parent 056616c772
commit 7b534b38e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased]
- Replace `proc-macro-error` with `proc-macro-error2`
### Changed
- Fix codegen emitting unqualified `Result`

View file

@ -44,7 +44,7 @@ test-template = []
[dependencies]
indexmap = "2.0.0"
proc-macro2 = "1.0.49"
proc-macro-error = "1.0.4"
proc-macro-error2 = "2.0"
quote = "1.0.23"
syn = { version = "2.0.48", features = ["extra-traits", "full"] }