Skip to content

Commit 8cfa96d

Browse files
committed
bump versions
1 parent fe2a3c0 commit 8cfa96d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

daemon/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Mathieu Rene <mathieu.rene@gmail.com>"]
33
edition = "2021"
44
name = "minidsp-daemon"
5-
version = "0.1.11"
5+
version = "0.1.12"
66
license = "Apache-2.0"
77
description = "A control interface for some MiniDSP products"
88
repository = "https://github.com/mrene/minidsp-rs"
@@ -27,7 +27,7 @@ hyper = "0.14.31"
2727
hyper-tungstenite = "0.11.1"
2828
lazy_static = "1.5.0"
2929
log = "0.4.22"
30-
minidsp = { version = "0.1.11", path="../minidsp" }
30+
minidsp = { version = "0.1.12", path="../minidsp" }
3131
okapi = "0.7.0"
3232
once_cell = "1.20.2"
3333
routerify = "3.0.0"

devtools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Mathieu Rene <mathieu.rene@gmail.com>"]
33
edition = "2021"
44
name = "minidsp-devtools"
5-
version = "0.1.11"
5+
version = "0.1.12"
66
license = "Apache-2.0"
77

88
[features]
@@ -18,7 +18,7 @@ env_logger = "0.10.2"
1818
futures = "0.3.31"
1919
futures-sink = "0.3.31"
2020
futures-util = "0.3.31"
21-
minidsp = {path = "../minidsp", version = "0.1.11", default-features = false, features = []}
21+
minidsp = {path = "../minidsp", version = "0.1.12", default-features = false, features = []}
2222
strong-xml = "0.6.3"
2323
termcolor = "1.4.1"
2424

minidsp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["minidsp", "audio", "dsp"]
77
license = "Apache-2.0"
88
name = "minidsp"
99
repository = "https://github.com/mrene/minidsp-rs"
10-
version = "0.1.11"
10+
version = "0.1.12"
1111

1212
[dependencies]
1313
anyhow = "1.0.91"
@@ -25,7 +25,7 @@ hexplay = "0.3.0"
2525
hyper = "0.14.31"
2626
lazy_static = "1.5.0"
2727
log = "0.4.22"
28-
minidsp-protocol = { path = "../protocol", version = "0.1.11", default-features = false, features = [
28+
minidsp-protocol = { path = "../protocol", version = "0.1.12", default-features = false, features = [
2929
"use_serde",
3030
"debug",
3131
"devices",

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
rustPlatform.buildRustPackage {
44
pname = "minidsp";
5-
version = "0.1.11";
5+
version = "0.1.12";
66
src = ./.;
77

88
cargoBuildFlags = [ "-p minidsp -p minidsp-daemon" ];

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Mathieu Rene <mathieu.rene@gmail.com>"]
33
edition = "2021"
44
name = "minidsp-protocol"
5-
version = "0.1.11"
5+
version = "0.1.12"
66
license = "Apache-2.0"
77
description = "A control interface for some MiniDSP products"
88
repository = "https://github.com/mrene/minidsp-rs"

0 commit comments

Comments
 (0)