Skip to content

Commit 32df0c8

Browse files
committed
bump versions
1 parent 461eed3 commit 32df0c8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pyroscope Profiler Agent for continuous profiling of Rust, Python and Ruby appli
55
"""
66
keywords = ["pyroscope", "profiler", "profiling", "pprof"]
77
authors = ["Abid Omar <[email protected]>"]
8-
version = "0.5.6"
8+
version = "0.5.7"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
homepage = "https://pyroscope.io/docs/rust"

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.6"
8+
version = "0.2.7"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
homepage = "https://pyroscope.io"
@@ -16,7 +16,7 @@ readme = "README.md"
1616

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

pyroscope_backends/pyroscope_pyspy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515

1616
[dependencies]
1717
py-spy = "0.3.14"
18-
pyroscope = { version = "0.5.5", path = "../../" , default-features = false }
18+
pyroscope = { version = "0.5.7", path = "../../" , default-features = false }
1919
thiserror ="1.0"
2020
log = "0.4"
2121
inferno = "=0.11.14"

pyroscope_backends/pyroscope_rbspy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515

1616
[dependencies]
1717
pyroscope-rbspy-oncpu = { version="0.17.0" }
18-
pyroscope = { version = "0.5.5", path = "../../", default-features = false }
18+
pyroscope = { version = "0.5.7", path = "../../", default-features = false }
1919
thiserror ="1.0"
2020
log = "0.4"
2121
anyhow = "1.0.56"

0 commit comments

Comments
 (0)