From 6d6db45a747c8820744d80ecdb4b9c9033e66a55 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Thu, 7 Sep 2017 19:48:02 +1000 Subject: [PATCH] Publish 0.7 This publish includes: - Signal Map and ZipMap #68 - impl Signal for Box #67 - Change Signal::next return type from Option to Frame #57 - Make `Bus` more memory efficient #58 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4c7d6e4..253cdbd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,7 @@ [package] - name = "sample" description = "A crate providing the fundamentals for working with audio PCM DSP." -version = "0.6.2" +version = "0.7.0" authors = ["mitchmindtree "] readme = "README.md" keywords = ["dsp", "bit-depth", "rate", "pcm", "audio"]