Skip to content

Commit a9ea6dc

Browse files
committed
chore(release): pprof-rs 0.2.2
1 parent 0e75ea7 commit a9ea6dc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pyroscope_backends/pyroscope_pprofrs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.2.2
2+
- update pprof to 0.9.1
3+
14
# v0.2.1
25
- update pyroscope-lib to 0.5.2
36

pyroscope_backends/pyroscope_pprofrs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pprof-rs backend for Pyroscope Profiler.
55
"""
66
keywords = ["pyroscope", "profiler", "pprof-rs"]
77
authors = ["Abid Omar <[email protected]>"]
8-
version = "0.2.1"
8+
version = "0.2.2"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
homepage = "https://pyroscope.io"
@@ -15,7 +15,7 @@ readme = "README.md"
1515

1616

1717
[dependencies]
18-
pprof = "0.8"
18+
pprof = "0.9.1"
1919
pyroscope = {version = "0.5.2", path = "../../" }
2020
thiserror ="1.0"
2121

0 commit comments

Comments
 (0)