diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-24 21:50:38 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-24 21:50:38 +0200 |
commit | 279f619ab441eadbcf7d86adcf02cfed1ac2d916 (patch) | |
tree | 776c9284de1606ba45219ca87411ad1a6dbec1ef /crates | |
parent | fix(nix/package): Update to include the newest changes (diff) | |
download | yt-1.8.0.zip |
Diffstat (limited to 'crates')
-rw-r--r-- | crates/yt/src/select/mod.rs | 1 | ||||
-rw-r--r-- | crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml | 2 |
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>", |