about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-24 21:50:38 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-24 21:50:38 +0200
commit279f619ab441eadbcf7d86adcf02cfed1ac2d916 (patch)
tree776c9284de1606ba45219ca87411ad1a6dbec1ef /crates
parentfix(nix/package): Update to include the newest changes (diff)
downloadyt-1.8.0.zip
chore(version): v1.8.0 v1.8.0 prime
Diffstat (limited to 'crates')
-rw-r--r--crates/yt/src/select/mod.rs1
-rw-r--r--crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml2
2 files changed, 1 insertions, 2 deletions
diff --git a/crates/yt/src/select/mod.rs b/crates/yt/src/select/mod.rs
index 91940ce..b02677f 100644
--- a/crates/yt/src/select/mod.rs
+++ b/crates/yt/src/select/mod.rs
@@ -11,7 +11,6 @@
 
 pub(crate) mod duration;
 
-
 // // FIXME: There should be no reason why we need to re-run yt, just to get the help string. But I've
 // // yet to find a way to do it without the extra exec <2024-08-20>
 // async fn get_help() -> Result<String> {
diff --git a/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml b/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml
index 6375528..28dfacd 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 = "0.5.0"
+version = "1.8.0"
 edition = "2021"
 authors = [
   "Dylan Bobby Storey <dylan.storey@gmail.com>",