Skip to content

Commit 1fb7de8

Browse files
build(deps): update syn requirement from 2.0.38 to 3.0.3
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@2.0.38...3.0.3) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ef1099 commit 1fb7de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compio-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ proc-macro = true
1414
[dependencies]
1515
proc-macro2 = "1.0.69"
1616
quote = "1.0.33"
17-
syn = { version = "2.0.38", features = ["full"] }
17+
syn = { version = "3.0.3", features = ["full"] }
1818
proc-macro-crate = "3.0.0"
1919
darling = "0.23"

0 commit comments

Comments
 (0)