Skip to content

Commit efca46d

Browse files
authored
Update Cargo.toml
1 parent 5c085be commit efca46d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyroscope"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55

66
[lib]
@@ -20,9 +20,9 @@ path = "src/wasm_lib.rs"
2020
crate-type = ["staticlib"]
2121

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

0 commit comments

Comments
 (0)