diff options
author | Malte Voos <git@mal.tc> | 2025-10-09 23:42:39 +0200 |
---|---|---|
committer | Malte Voos <git@mal.tc> | 2025-10-09 23:42:39 +0200 |
commit | e85e33dd06432ccd194fc9c11c02511453d8394a (patch) | |
tree | b2087bae6ea43e5f1fe7d5e43e5758e41d3894a3 /Cargo.toml | |
parent | ee29a3b1291e9cedd8b54c31fa9f273e39f51970 (diff) | |
download | lleap-e85e33dd06432ccd194fc9c11c02511453d8394a.tar.gz lleap-e85e33dd06432ccd194fc9c11c02511453d8394a.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index ca38001..9731e9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ adw = { version = "0.8.0", package = "libadwaita", features = ["v1_7"] } async-channel = "2.0" relm4 = { version = "0.10.0-beta.4", features = ["libadwaita"] } relm4-components = "0.10.0-beta.4" -ffmpeg = { version = "7.1.0", package = "ffmpeg-next" } +ffmpeg = { version = "8.0.0", package = "ffmpeg-next" } anyhow = "1.0" env_logger = "0.11" log = "0.4" |