diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-24 15:11:08 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-24 15:11:08 +0200 |
commit | 772f16902d75e3d6ae211b9ef3977316708698c4 (patch) | |
tree | bb9a1cd591f2825376903efb3fc826b4f87966b1 | |
parent | fix(yt_dlp/post_processors/dearrow): Don't try to access the drained vec (diff) | |
download | yt-772f16902d75e3d6ae211b9ef3977316708698c4.zip |
build(yt_dlp/Cargo.toml): Pin git dependencies
Diffstat (limited to '')
-rw-r--r-- | crates/yt_dlp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml index 4f62eec..b8791a0 100644 --- a/crates/yt_dlp/Cargo.toml +++ b/crates/yt_dlp/Cargo.toml @@ -25,7 +25,7 @@ publish = true curl = "0.4.48" indexmap = { version = "2.9.0", default-features = false } log.workspace = true -rustpython = { git = "https://github.com/RustPython/RustPython.git", features = [ +rustpython = { git = "https://github.com/RustPython/RustPython.git", rev = "c968fe0f", features = [ "threading", "stdlib", "stdio", |