chore: bump version to 0.3.26 and configure custom cargo registry #80

Merged
eric merged 1 commits from push-yutoowulvvxq into main 2026-03-24 16:15:34 +01:00
5 changed files with 5 additions and 4 deletions

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[registries]
pmo = { index = "sparse+https://gargoton.petite-maison-orange.fr/api/packages/pmo/cargo/" }

1
.gitignore vendored
View File

@@ -39,7 +39,6 @@ pmo_src.txt
upmpdcli/
/*.xml
test_upnp*.cargo/
.cargo/
setup-env.sh
cache
gupnp-tools

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "PMOMusic"
version = "0.3.23"
version = "0.3.25"
dependencies = [
"axum 0.8.7",
"console-subscriber",

View File

@@ -1,6 +1,6 @@
[package]
name = "PMOMusic"
version = "0.3.25"
version = "0.3.26"
edition = "2024"
[dependencies]

View File

@@ -1 +1 @@
0.3.25
0.3.26