Skip to content

Commit 11be623

Browse files
fix(deps): update rust crate syn to v2 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa48032 commit 11be623

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

macros/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2021"
77
proc-macro = true
88

99
[dependencies]
10-
syn = "1.0"
10+
syn = "2.0"
1111
quote = "1.0"
1212
heck = "0.5.0"

0 commit comments

Comments
 (0)