fix federation recovery after sleep
Build and Publish / Build and Publish Docker Image (push) Failing after 2m1s

This commit is contained in:
Ultradesu
2026-09-02 15:10:30 +01:00
parent 7098f80e9d
commit c9266bad22
4 changed files with 103 additions and 10 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "furumusic"
version = "0.10.5"
version = "0.10.6"
edition = "2024"
description = "Reusable web-app boilerplate: auth, OIDC/SSO, admin panel, user management, i18n, PostgreSQL"
@@ -45,4 +45,4 @@ uuid = "1"
librqbit = { version = "8.1.1", features = ["disable-upload"] }
# P2P federation: publishes the library into a shared DHT and serves audio /
# catalogs to furumi peers (TUI clients) over the frid stack.
music-dht = "0.4.0"
music-dht = "0.4.1"