Bump version to 0.3.55 and update Dockerfile
Incremented version from 0.3.54 to 0.3.55 in Cargo.toml and version.txt. Added COPY instruction for pmourlsource module in Dockerfile.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -4,7 +4,7 @@ version = 4
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "PMOMusic"
|
name = "PMOMusic"
|
||||||
version = "0.3.54"
|
version = "0.3.55"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum 0.8.7",
|
"axum 0.8.7",
|
||||||
"console-subscriber",
|
"console-subscriber",
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ COPY pmoplaylist/ ./pmoplaylist/
|
|||||||
COPY pmoflac/ ./pmoflac/
|
COPY pmoflac/ ./pmoflac/
|
||||||
COPY pmometadata/ ./pmometadata/
|
COPY pmometadata/ ./pmometadata/
|
||||||
COPY pmocontrol/ ./pmocontrol/
|
COPY pmocontrol/ ./pmocontrol/
|
||||||
|
COPY pmourlsource/ ./pmourlsource/
|
||||||
COPY pmoaudio-ext/ ./pmoaudio-ext/
|
COPY pmoaudio-ext/ ./pmoaudio-ext/
|
||||||
COPY pmoapp/ ./pmoapp/
|
COPY pmoapp/ ./pmoapp/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "PMOMusic"
|
name = "PMOMusic"
|
||||||
version = "0.3.54"
|
version = "0.3.55"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.3.54
|
0.3.55
|
||||||
|
|||||||
Reference in New Issue
Block a user