From e82c97c93dbf3919c5cd48b651b080295c7e7274 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?=
 =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= <xpamych@yandex.ru>
Date: Fri, 13 Dec 2024 11:20:02 +0300
Subject: [PATCH] maturin 1.7.8

---
 maturin/alr.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/maturin/alr.sh b/maturin/alr.sh
index d1f0990..f9dfaa3 100644
--- a/maturin/alr.sh
+++ b/maturin/alr.sh
@@ -1,5 +1,5 @@
 name='maturin'
-version='1.7.4'
+version='1.7.8'
 release='1'
 desc='Build and publish crates with pyo3, rust-cpython and cffi bindings.'
 homepage='https://github.com/PyO3/maturin'
@@ -27,6 +27,7 @@ build_deps=(
   'python3-setuptools-rust'
   'python3-wheel'
   'rust'
+  'cargo'
   'openssl-devel'
 )
 build_deps_almalinux=(