From fcf0ecac02993c92a16d7d6a155b7f4b3fa0fe60 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 26 Oct 2023 13:06:24 +1100 Subject: [PATCH] vst doesnt load right on windows - roll back version number --- Cargo.lock | 2 +- gb-vst/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43436dc..fa544f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3432,7 +3432,7 @@ checksum = "49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1" [[package]] name = "twinc_emu_vst" -version = "0.5.0" +version = "0.4.1" dependencies = [ "async-ringbuf", "baseview", diff --git a/gb-vst/Cargo.toml b/gb-vst/Cargo.toml index baa8186..f594ea5 100644 --- a/gb-vst/Cargo.toml +++ b/gb-vst/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twinc_emu_vst" -version = "0.5.0" +version = "0.4.1" edition = "2021" [lib]