aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/yt/src/storage/db/subscription.rs6
-rw-r--r--crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml2
2 files changed, 6 insertions, 2 deletions
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 <dylan.storey@gmail.com>",