Skip to content

Commit

Permalink
Replace proc-macro-error with proc-macro-error2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sympatron committed Sep 27, 2024
1 parent 056616c commit 6a373f2
Showing 1 changed file with 2 additions and 2 deletions.
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 6a373f2

Please sign in to comment.