From e738086573c34370ba7f7a6326a725e4b8c3d5b0 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 20 Jul 2026 18:05:31 +0300 Subject: [PATCH] Extend DHT scheme with content_id --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b032a3..faf6c7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furumusic" -version = "0.6.3-fd" +version = "0.6.4-fd" edition = "2024" description = "Reusable web-app boilerplate: auth, OIDC/SSO, admin panel, user management, i18n, PostgreSQL"