We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf39992 commit 1aef9aaCopy full SHA for 1aef9aa
pyroscope_backends/pyroscope_rbspy/Cargo.toml
@@ -14,18 +14,15 @@ repository = "https://github.com/pyroscope-io/pyroscope-rs"
14
readme = "README.md"
15
16
[dependencies]
17
-rbspy = "0.12.1"
+rbspy= {package = "rbspy-oncpu", version = "0.12.1"}
18
pyroscope = { version = "0.5.2", path = "../../" }
19
thiserror ="1.0"
20
log = "0.4"
21
anyhow = "1.0.56"
22
23
[patch.crates-io]
24
-rbspy = {git = "https://github.com/omarabid/rbspy.git", branch="oncpu-fix"}
25
read-process-memory = {git = "https://github.com/omarabid/read-process-memory.git", branch = "0.1.4-fix"}
26
27
-
28
29
[profile.dev]
30
opt-level=0
31
debug = true
0 commit comments