Skip to content

Commit e537a56

Browse files
committed
riscv-rt-macros: update syn to v2.0
1 parent 10aec9d commit e537a56

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

riscv-rt/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ If `v-trap` feature is enabled, this macro also generates its corresponding trap
2323
- `_start_trap_rust` now only deals with exceptions. When an interrupt is detected, it now calls
2424
to `_dispatch_interrupt`.
2525
- Upgrade rust-version to 1.61
26+
- Update `syn` to version 2.0
2627

2728
### Removed
2829

riscv-rt/macros/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ proc-macro = true
1818
[dependencies]
1919
quote = "1.0"
2020
proc-macro2 = "1.0"
21-
22-
[dependencies.syn]
23-
version = "1.0"
24-
features = ["extra-traits", "full"]
21+
syn = { version = "2.0", features = ["extra-traits", "full"] }
2522

2623
[features]
2724
s-mode = []

0 commit comments

Comments
 (0)