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