From 8d49c68e9baccf170427232ed1bba9a3f42f8d90 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 30 Nov 2025 15:41:50 +0100 Subject: chore(version): v1.9.0 --- crates/yt/src/storage/db/subscription.rs | 6 +++++- crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'crates') diff --git a/crates/yt/src/storage/db/subscription.rs b/crates/yt/src/storage/db/subscription.rs index 403938e..39385b9 100644 --- a/crates/yt/src/storage/db/subscription.rs +++ b/crates/yt/src/storage/db/subscription.rs @@ -30,7 +30,11 @@ pub(crate) struct Subscription { impl Subscription { #[must_use] pub(crate) fn new(name: String, url: Url, is_active: bool) -> Self { - Self { name, url, is_active } + Self { + name, + url, + is_active, + } } } diff --git a/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml b/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml index 89c827d..a2676e7 100644 --- a/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml +++ b/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "pyo3-pylogger" -version = "1.8.0" +version = "1.9.0" edition = "2021" authors = [ "Dylan Bobby Storey ", -- cgit 1.4.1