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 61576c6 commit 93f20b4Copy full SHA for 93f20b4
Cargo.toml
@@ -20,9 +20,9 @@ path = "src/wasm_lib.rs"
20
crate-type = ["staticlib"]
21
22
[dependencies]
23
-duckdb = { version = "1.1.1", features = ["vtab-loadable"] }
24
-duckdb-loadable-macros = "0.1.3"
25
-libduckdb-sys = { version = "1.1.1", features = ["loadable-extension"] }
+duckdb = { version = "1.2.0", features = ["vtab-loadable"] }
+duckdb-loadable-macros = "0.1.4"
+libduckdb-sys = { version = "1.2.0", features = ["loadable-extension"] }
26
byteorder = "1.4"
27
serde_derive = "1.0.217"
28
serde_json = "1.0.134"
0 commit comments