Update rust when building libavif

This commit is contained in:
Andrew Murray 2025-05-23 08:48:38 +10:00
parent efa2288643
commit 7824d2f8c6

View File

@ -389,6 +389,7 @@ DEPS: dict[str, dict[str, Any]] = {
"filename": f"libavif-{V['LIBAVIF']}.zip",
"license": "LICENSE",
"build": [
"rustup update",
f"{sys.executable} -m pip install meson",
*cmds_cmake(
"avif_static",