From 1ea1368b9c5b73cc7c3efc1d0f0f4dd7e0e46eb9 Mon Sep 17 00:00:00 2001 From: Woyten Date: Thu, 31 Mar 2022 22:09:33 +0200 Subject: [PATCH] Prepare next fluid-xenth version --- Cargo.lock | 2 +- fluid-xenth/Cargo.toml | 2 +- microwave/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1aa3e3a..16852557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,7 +1068,7 @@ dependencies = [ [[package]] name = "fluid-xenth" -version = "0.2.0" +version = "0.3.0" dependencies = [ "fluidlite", "hound", diff --git a/fluid-xenth/Cargo.toml b/fluid-xenth/Cargo.toml index e7c70f0b..dbca2b24 100644 --- a/fluid-xenth/Cargo.toml +++ b/fluid-xenth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluid-xenth" -version = "0.2.0" +version = "0.3.0" authors = ["Woyten "] description = "Stop making music with notes. Use pitches." repository = "https://github.com/Woyten/tune/tree/master/fluid-xenth" diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index 8943a149..1ffb3260 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -20,7 +20,7 @@ async-std = { version = "1.10.0", features = ["unstable"] } chrono = "0.4.15" clap = { version = "3.0.6", features = ["derive", "env"] } cpal = "0.13.1" -fluid-xenth = { version = "0.2.0", path = "../fluid-xenth" } +fluid-xenth = { version = "0.3.0", path = "../fluid-xenth" } hound = "3.4.0" midir = "0.7.0" nannou = "0.18.0"