Skip to content

Commit

Permalink
Replace proc-macro-error with proc-macro-error2 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sympatron authored Sep 29, 2024
1 parent 056616c commit 7b534b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions rtic-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions rtic-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ riscv-esp32c3 = []
# riscv-clic = []
# riscv-ch32 = []
riscv-slic = []

# backend API test
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"] }

Expand Down

0 comments on commit 7b534b3

Please sign in to comment.