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"