Skip to content

Commit fdef71b

Browse files
committed
refactor(cargo): remove patch section from main Cargo.toml file
1 parent 53ad880 commit fdef71b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ pyroscope_pprofrs = { path = "pyroscope_backends/pyroscope_pprofrs" }
6565
pyroscope_pyspy = { path = "pyroscope_backends/pyroscope_pyspy" }
6666
pyroscope_rbspy = { path = "pyroscope_backends/pyroscope_rbspy" }
6767

68-
[patch.crates-io]
69-
rbspy = {git = "https://github.com/omarabid/rbspy.git", branch="oncpu-fix"}
70-
read-process-memory = {git = "https://github.com/omarabid/read-process-memory.git", branch = "0.1.4-fix"}
71-
72-
73-
7468
[profile.dev]
7569
opt-level=0
7670
debug = true

pyroscope_backends/pyroscope_pyspy/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ log = "0.4"
2222
[patch.crates-io]
2323
read-process-memory = {git = "https://github.com/omarabid/read-process-memory.git", branch = "0.1.4-fix"}
2424

25-
2625
[profile.dev]
2726
opt-level=0
2827
debug = true

0 commit comments

Comments
 (0)