Skip to content

Commit a1b78a1

Browse files
committed
fix(deps): update rust crate syn to 2.0.60
1 parent 726b825 commit a1b78a1

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

Cargo.lock

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

tailcall-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 = { version = "2.0.59", features = ["derive", "full"] }
10+
syn = { version = "2.0.60", features = ["derive", "full"] }
1111
quote = "1.0"
1212
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)