diff --git a/Cargo.lock b/Cargo.lock index e301d4d94..62d843672 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5940,7 +5940,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "vst" version = "0.3.0" -source = "git+https://github.com/helgoboss/vst-rs.git?branch=feature/param-props#5f03914e523a716a895c10da220e797b3973e5d7" +source = "git+https://github.com/helgoboss/vst-rs.git?branch=feature/param-props#679613bc17c39817ba92284c61065d7ae7dc3761" dependencies = [ "bitflags", "libc", diff --git a/Cargo.toml b/Cargo.toml index d4dab63e2..504901b67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,6 +116,7 @@ webpki = { git = "https://github.com/helgoboss/webpki.git", branch = "workaround # TODO-low-wait Wait until https://github.com/RustAudio/vst-rs/issues/184 merged. vst = { git = "https://github.com/helgoboss/vst-rs.git", branch = "feature/param-props" } +#vst = { path = "../vst-rs" } # This is for temporary development with local reaper-rs. #[patch.'https://github.com/helgoboss/reaper-rs.git']