Skip to content

Commit fb9289b

Browse files
Update syn requirement from 1.0.95 to 2.0.15 (#153)
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.95...2.0.15) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b310e9b commit fb9289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duckdb-loadable-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description = "Native bindings to the libduckdb library, C API; build loadable e
1616
[dependencies]
1717
proc-macro2 = { version = "1.0.56" }
1818
quote = { version = "1.0.21" }
19-
syn = { version = "1.0.95", features = [ "extra-traits", "full", "fold", "parsing" ] }
19+
syn = { version = "2.0.15", features = [ "extra-traits", "full", "fold", "parsing" ] }
2020

2121
[lib]
2222
proc-macro = true

0 commit comments

Comments
 (0)