Skip to content

Commit 4cdeaf2

Browse files
fix(deps): update rust crate syn to v2
1 parent 3291877 commit 4cdeaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
syn = "1.0.107"
9+
syn = "2.0.59"
1010
quote = "1.0.23"
1111
struct_indexer_core = { path = "../core" }
1212

0 commit comments

Comments
 (0)