From e51e4be68997262248f06d551df82b1caaee15c6 Mon Sep 17 00:00:00 2001 From: glowcoil Date: Tue, 30 Apr 2024 17:50:18 -0500 Subject: [PATCH] upgrade vst3 crate to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e1aa0e..fa29dd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] coupler-derive = { path = "coupler-derive", optional = true } clap-sys = "0.3.0" -vst3 = "0.1.1" +vst3 = "0.1.2" [features] derive = ["coupler-derive"]