Skip to content

Commit cd8e838

Browse files
committed
fix(rbspy): add version for pyroscope dependency
1 parent ca82870 commit cd8e838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
rbspy = "0.11.1"
18-
pyroscope = { path = "../../" }
18+
pyroscope = { version = "0.4", path = "../../" }
1919
thiserror ="1.0"
2020
log = "0.4"
2121
anyhow = "*"

0 commit comments

Comments
 (0)