From b1ce504db685c19c803e8bb5dc9f2291401bc322 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Tue, 1 Sep 2026 12:47:09 +0100 Subject: [PATCH] Added yt-dlp cookies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 486d107..0541577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furumusic" -version = "0.10.4" +version = "0.10.5" edition = "2024" description = "Reusable web-app boilerplate: auth, OIDC/SSO, admin panel, user management, i18n, PostgreSQL"