From 5de405dd1e181c9a889e2bba16486164b012b93c Mon Sep 17 00:00:00 2001 From: Woyten Date: Sat, 29 Oct 2022 22:26:13 +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 e302738c..6d9ac2a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1040,7 +1040,7 @@ dependencies = [ [[package]] name = "fluid-xenth" -version = "0.5.0" +version = "0.6.0" dependencies = [ "hound", "oxisynth", diff --git a/fluid-xenth/Cargo.toml b/fluid-xenth/Cargo.toml index 4cffcf45..2c52dd91 100644 --- a/fluid-xenth/Cargo.toml +++ b/fluid-xenth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluid-xenth" -version = "0.5.0" +version = "0.6.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 93938a61..b938eaa2 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -19,7 +19,7 @@ async-std = { version = "1.10.0", features = ["unstable"] } chrono = "0.4.15" clap = { version = "3.0.6", features = ["derive", "env"] } cpal = "0.14.0" -fluid-xenth = { version = "0.5.0", path = "../fluid-xenth" } +fluid-xenth = { version = "0.6.0", path = "../fluid-xenth" } hound = "3.4.0" magnetron = { version = "0.1.1", path = "../magnetron" } midir = "0.8.0"