We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b310e9b commit fb9289bCopy full SHA for fb9289b
duckdb-loadable-macros/Cargo.toml
@@ -16,7 +16,7 @@ description = "Native bindings to the libduckdb library, C API; build loadable e
16
[dependencies]
17
proc-macro2 = { version = "1.0.56" }
18
quote = { version = "1.0.21" }
19
-syn = { version = "1.0.95", features = [ "extra-traits", "full", "fold", "parsing" ] }
+syn = { version = "2.0.15", features = [ "extra-traits", "full", "fold", "parsing" ] }
20
21
[lib]
22
proc-macro = true
0 commit comments