Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 1eeb317

Browse files
Update syn requirement from 1.0.109 to 2.0.15
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@1.0.109...2.0.15) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4bf7d32 commit 1eeb317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ proc-macro = true
1414
mlua = { version = "0.8.7", features = ["luajit", "vendored"] }
1515
proc-macro2 = "1.0.51"
1616
quote = "1.0.23"
17-
syn = { version = "1.0.109", features = ["full"] }
17+
syn = { version = "2.0.15", features = ["full"] }

0 commit comments

Comments
 (0)