Skip to content

Commit bdb11c9

Browse files
Update syn requirement from 1.0 to 2.0
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.0...2.0.49) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fc32af commit bdb11c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typesense_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ proc-macro = true
1414
[dependencies]
1515
proc-macro2 = "1.0.26"
1616
quote = "1.0"
17-
syn = { version = "1.0", features = ["full"] }
17+
syn = { version = "2.0", features = ["full"] }

0 commit comments

Comments
 (0)