Skip to content

Commit

Permalink
riscv-rt-macros: update syn to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agarof committed Jun 23, 2024
1 parent 28e9b02 commit eec2029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions riscv-rt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ If `v-trap` feature is enabled, this macro also generates its corresponding trap
- Made `cfg` variable selection more robust for custom targets
- `_start_trap_rust` now only deals with exceptions. When an interrupt is detected, it now calls
to `_dispatch_interrupt`.
- Update `syn` to version 2.0

### Removed

Expand Down
5 changes: 1 addition & 4 deletions riscv-rt/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ proc-macro = true
[dependencies]
quote = "1.0"
proc-macro2 = "1.0"

[dependencies.syn]
version = "1.0"
features = ["extra-traits", "full"]
syn = { version = "2.0", features = ["extra-traits", "full"] }

[features]
s-mode = []
Expand Down

0 comments on commit eec2029

Please sign in to comment.