From 52001df32ad83442637fd542beb9c70a7fa31d63 Mon Sep 17 00:00:00 2001 From: Chinmay Pendharkar <553140+notthetup@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:48:12 +0800 Subject: [PATCH] Update Project.toml (#4988) * Update Project.toml Adding support for `FFMPEG.jl` [0.4.1](https://github.com/JuliaIO/FFMPEG.jl/releases/tag/v0.4.1) which is support on MacOS on Apple Silicon. * Update Project.toml --------- Co-authored-by: Simon Christ --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a489f5390..2de106820 100644 --- a/Project.toml +++ b/Project.toml @@ -59,7 +59,7 @@ UnitfulExt = "Unitful" Aqua = "0.8" Contour = "0.5 - 0.6" Downloads = "1" -FFMPEG = "0.3, 0.4" +FFMPEG = "0.4.1" FixedPointNumbers = "0.6 - 0.8" GR = "0.73" Gaston = "1"