Skip to content

Commit

Permalink
fix(rbspy): add version for pyroscope dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
omarabid committed Mar 30, 2022
1 parent ca82870 commit cd8e838
Showing 1 changed file with 1 addition and 1 deletion.
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]
rbspy = "0.11.1"
pyroscope = { path = "../../" }
pyroscope = { version = "0.4", path = "../../" }
thiserror ="1.0"
log = "0.4"
anyhow = "*"
Expand Down

0 comments on commit cd8e838

Please sign in to comment.