Skip to content

Commit 4864b75

Browse files
authored
pprof_rs: expose frame-pointer feature (#124)
* pprof_rs: expose frame-pointer feature * bump pprofrs dependency to 0.12
1 parent 3c23037 commit 4864b75

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyroscope_backends/pyroscope_pprofrs/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ readme = "README.md"
1515

1616

1717
[dependencies]
18-
pprof = "0.11"
18+
pprof = "0.12"
1919
pyroscope = { version = "0.5.5", path = "../../", default-features = false }
2020
thiserror ="1.0"
2121
log = "0.4"
2222

2323
[features]
2424
default = ["pyroscope/default"]
25+
frame-pointer = ["pprof/frame-pointer"]
2526

2627
[target.aarch64-apple-darwin.dependencies]
27-
pprof = { version = "0.11", features = ["frame-pointer"] }
28+
pprof = { version = "0.12", features = ["frame-pointer"] }
2829

2930

3031

0 commit comments

Comments
 (0)