aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-macros/Cargo.toml')
-rw-r--r--rtic-macros/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml
index 443ed0d..eee23c6 100644
--- a/rtic-macros/Cargo.toml
+++ b/rtic-macros/Cargo.toml
@@ -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"] }