diff --git a/pyroscope_backends/pyroscope_pprofrs/Cargo.toml b/pyroscope_backends/pyroscope_pprofrs/Cargo.toml index fba7799b..d72f718b 100644 --- a/pyroscope_backends/pyroscope_pprofrs/Cargo.toml +++ b/pyroscope_backends/pyroscope_pprofrs/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" [dependencies] -pprof = "0.10.0" +pprof = "0.11" pyroscope = { version = "0.5.5", path = "../../", default-features = false } thiserror ="1.0" log = "0.4" @@ -23,6 +23,11 @@ log = "0.4" [features] default = ["pyroscope/default"] +[target.aarch64-apple-darwin.dependencies] +pprof = { version = "0.11", features = ["frame-pointer"] } + + + [profile.dev] opt-level=0 debug = true