diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 49c71419..7ff4a10d 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Mathieu Rene "] edition = "2021" name = "minidsp-daemon" -version = "0.1.8" +version = "0.1.9" license = "Apache-2.0" description = "A control interface for some MiniDSP products" repository = "https://github.com/mrene/minidsp-rs" diff --git a/devtools/Cargo.toml b/devtools/Cargo.toml index 27f4fdc0..efc1c457 100644 --- a/devtools/Cargo.toml +++ b/devtools/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Mathieu Rene "] edition = "2021" name = "minidsp-devtools" -version = "0.1.8" +version = "0.1.9" license = "Apache-2.0" [features] diff --git a/minidsp/Cargo.toml b/minidsp/Cargo.toml index 9b047205..ec5b9673 100644 --- a/minidsp/Cargo.toml +++ b/minidsp/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["minidsp", "audio", "dsp"] license = "Apache-2.0" name = "minidsp" repository = "https://github.com/mrene/minidsp-rs" -version = "0.1.8" +version = "0.1.9" [dependencies] anyhow = "1.0.66" @@ -25,7 +25,7 @@ hexplay = "0.2.1" hyper = "0.14.20" lazy_static = "1.4.0" log = "0.4.17" -minidsp-protocol = {path = "../protocol", version = "0.1.8", default-features = false, features = ["use_serde", "debug", "devices"]} +minidsp-protocol = {path = "../protocol", version = "0.1.9", default-features = false, features = ["use_serde", "debug", "devices"]} pin-project = "1.0.12" schemars = "0.8.11" serde = { version = "1.0.147", features = ["derive"] } diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 45bff1b3..3f408560 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Mathieu Rene "] edition = "2021" name = "minidsp-protocol" -version = "0.1.8" +version = "0.1.9" license = "Apache-2.0" description = "A control interface for some MiniDSP products" repository = "https://github.com/mrene/minidsp-rs"