Skip to content

Commit 04b8ef1

Browse files
fix(deps): update rust crate syn to v2
1 parent 811ae03 commit 04b8ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventually-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ keywords = ["architecture", "ddd", "event-sourcing", "cqrs", "es"]
2020
proc-macro = true
2121

2222
[dependencies]
23-
syn = { version = "1.0.109", features = ["full"] }
23+
syn = { version = "2.0.0", features = ["full"] }
2424
quote = "1.0.35"
2525
eventually = { path = "../eventually" }

0 commit comments

Comments
 (0)