Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Aug 4, 2023
1 parent 461eed3 commit 32df0c8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pyroscope Profiler Agent for continuous profiling of Rust, Python and Ruby appli
"""
keywords = ["pyroscope", "profiler", "profiling", "pprof"]
authors = ["Abid Omar <contact@omarabid.com>"]
version = "0.5.6"
version = "0.5.7"
edition = "2021"
license = "Apache-2.0"
homepage = "https://pyroscope.io/docs/rust"
Expand Down
4 changes: 2 additions & 2 deletions pyroscope_backends/pyroscope_pprofrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pprof-rs backend for Pyroscope Profiler.
"""
keywords = ["pyroscope", "profiler", "pprof-rs"]
authors = ["Abid Omar <contact@omarabid.com>"]
version = "0.2.6"
version = "0.2.7"
edition = "2021"
license = "Apache-2.0"
homepage = "https://pyroscope.io"
Expand All @@ -16,7 +16,7 @@ readme = "README.md"

[dependencies]
pprof = "0.12"
pyroscope = { version = "0.5.5", path = "../../", default-features = false }
pyroscope = { version = "0.5.7", path = "../../", default-features = false }
thiserror ="1.0"
log = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion pyroscope_backends/pyroscope_pyspy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"

[dependencies]
py-spy = "0.3.14"
pyroscope = { version = "0.5.5", path = "../../" , default-features = false }
pyroscope = { version = "0.5.7", path = "../../" , default-features = false }
thiserror ="1.0"
log = "0.4"
inferno = "=0.11.14"
Expand Down
2 changes: 1 addition & 1 deletion pyroscope_backends/pyroscope_rbspy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"

[dependencies]
pyroscope-rbspy-oncpu = { version="0.17.0" }
pyroscope = { version = "0.5.5", path = "../../", default-features = false }
pyroscope = { version = "0.5.7", path = "../../", default-features = false }
thiserror ="1.0"
log = "0.4"
anyhow = "1.0.56"
Expand Down

0 comments on commit 32df0c8

Please sign in to comment.