From f0dd028051bec1d3ee16f9f157303ded9149089f Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 24 Mar 2026 16:14:59 +0100 Subject: [PATCH] chore: bump version to 0.3.26 and configure custom cargo registry - Update version to 0.3.26 in Cargo.toml and version.txt - Add custom registry 'pmo' to .cargo/config.toml - Remove .cargo/ from .gitignore to allow registry config tracking --- .cargo/config.toml | 2 ++ .gitignore | 1 - Cargo.lock | 2 +- PMOMusic/Cargo.toml | 2 +- version.txt | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..7dec8ad5 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[registries] +pmo = { index = "sparse+https://gargoton.petite-maison-orange.fr/api/packages/pmo/cargo/" } diff --git a/.gitignore b/.gitignore index a257cd6c..4ebc6399 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,6 @@ pmo_src.txt upmpdcli/ /*.xml test_upnp*.cargo/ -.cargo/ setup-env.sh cache gupnp-tools diff --git a/Cargo.lock b/Cargo.lock index 130a8bbb..e5a7f33a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "PMOMusic" -version = "0.3.23" +version = "0.3.25" dependencies = [ "axum 0.8.7", "console-subscriber", diff --git a/PMOMusic/Cargo.toml b/PMOMusic/Cargo.toml index 52420854..e95278b8 100644 --- a/PMOMusic/Cargo.toml +++ b/PMOMusic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "PMOMusic" -version = "0.3.25" +version = "0.3.26" edition = "2024" [dependencies] diff --git a/version.txt b/version.txt index 88dbf46f..e23fb32d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.25 +0.3.26