Skip to content

Commit 1aef9aa

Browse files
committed
refactor(rbspy): use forked upstream crate
1 parent cf39992 commit 1aef9aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyroscope_backends/pyroscope_rbspy/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,15 @@ repository = "https://github.com/pyroscope-io/pyroscope-rs"
1414
readme = "README.md"
1515

1616
[dependencies]
17-
rbspy = "0.12.1"
17+
rbspy= {package = "rbspy-oncpu", version = "0.12.1"}
1818
pyroscope = { version = "0.5.2", path = "../../" }
1919
thiserror ="1.0"
2020
log = "0.4"
2121
anyhow = "1.0.56"
2222

2323
[patch.crates-io]
24-
rbspy = {git = "https://github.com/omarabid/rbspy.git", branch="oncpu-fix"}
2524
read-process-memory = {git = "https://github.com/omarabid/read-process-memory.git", branch = "0.1.4-fix"}
2625

27-
28-
2926
[profile.dev]
3027
opt-level=0
3128
debug = true

0 commit comments

Comments
 (0)