Skip to content

Commit 3dc2b6f

Browse files
committed
Fix build
1 parent 2067d2f commit 3dc2b6f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ webpki = { git = "https://github.com/helgoboss/webpki.git", branch = "workaround
5353
vst = { git = "https://github.com/helgoboss/vst-rs.git", branch = "feature/param-props" }
5454

5555
# This is for temporary development with local reaper-rs.
56-
[patch.'https://github.com/helgoboss/reaper-rs.git']
57-
reaper-high = { path = "../reaper-rs/main/high" }
58-
reaper-medium = { path = "../reaper-rs/main/medium" }
59-
reaper-low = { path = "../reaper-rs/main/low" }
60-
reaper-rx = { path = "../reaper-rs/main/rx" }
56+
#[patch.'https://github.com/helgoboss/reaper-rs.git']
57+
#reaper-high = { path = "../reaper-rs/main/high" }
58+
#reaper-medium = { path = "../reaper-rs/main/medium" }
59+
#reaper-low = { path = "../reaper-rs/main/low" }
60+
#reaper-rx = { path = "../reaper-rs/main/rx" }

0 commit comments

Comments
 (0)