Skip to content

Commit b55d6ef

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rmcp-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ documentation = "https://docs.rs/rmcp-macros"
1616
proc-macro = true
1717

1818
[dependencies]
19-
syn = {version = "2", features = ["full"]}
19+
syn = {version = "3", features = ["full"]}
2020
quote = "1"
2121
proc-macro2 = "1"
2222
serde_json = "1.0"

0 commit comments

Comments
 (0)