From 0041b817b2e2f321854ca558f38795fdc217b405 Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Sat, 24 Apr 2021 19:59:33 -0400 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40ad270d..ac6d3a33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "minidsp" -version = "0.0.7" +version = "0.0.8" dependencies = [ "Inflector", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5e9be171..347e9bb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Mathieu Rene "] edition = "2018" name = "minidsp" -version = "0.0.7" +version = "0.0.8" license = "MIT" description = "A control interface for some MiniDSP products" repository = "https://github.com/mrene/minidsp-rs"