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 e3cd08a commit c8423adCopy full SHA for c8423ad
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
lazy_static = "1.4"
27
pyroscope = "0.5.4"
28
pyroscope_pprofrs = "0.2"
0 commit comments