From 160d22e855a9bef1497dd9a3209b6ae835cc3735 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Mon, 13 Apr 2026 13:31:44 +0200 Subject: [PATCH] net-analyzer/rustscan: add RUST_MIN_VER Closes: https://bugs.gentoo.org/962455 Signed-off-by: Agostino Sarubbo --- net-analyzer/rustscan/rustscan-2.4.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-analyzer/rustscan/rustscan-2.4.1.ebuild b/net-analyzer/rustscan/rustscan-2.4.1.ebuild index cb374b1f8422a..e311c0d8537e0 100644 --- a/net-analyzer/rustscan/rustscan-2.4.1.ebuild +++ b/net-analyzer/rustscan/rustscan-2.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2025 Gentoo Authors +# Copyright 2025-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Autogenerated by pycargoebuild 0.13.4 @@ -278,6 +278,8 @@ CRATES=" zerovec@0.10.4 " +RUST_MIN_VER="1.80" + inherit cargo DESCRIPTION="The Modern Port Scanner"