diff options
Diffstat (limited to '')
-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>", |