Skip to content

Commit c8423ad

Browse files
authored
Update Cargo.toml
1 parent e3cd08a commit c8423ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ path = "src/wasm_lib.rs"
2020
crate-type = ["staticlib"]
2121

2222
[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"] }
23+
duckdb = { version = "1.2.0", features = ["vtab-loadable"] }
24+
duckdb-loadable-macros = "0.1.4"
25+
libduckdb-sys = { version = "1.2.0", features = ["loadable-extension"] }
2626
lazy_static = "1.4"
2727
pyroscope = "0.5.4"
2828
pyroscope_pprofrs = "0.2"

0 commit comments

Comments
 (0)