We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c085be commit efca46dCopy full SHA for efca46d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyroscope"
3
-version = "0.1.1"
+version = "0.1.2"
4
edition = "2021"
5
6
[lib]
@@ -20,9 +20,9 @@ path = "src/wasm_lib.rs"
20
crate-type = ["staticlib"]
21
22
[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"] }
+duckdb = { version = "1.2.1", features = ["vtab-loadable"] }
+duckdb-loadable-macros = "0.1.5"
+libduckdb-sys = { version = "1.2.1", features = ["loadable-extension"] }
26
lazy_static = "1.4"
27
pyroscope = "0.5.4"
28
pyroscope_pprofrs = "0.2"
0 commit comments