app-metrics/scaphandre: restrict rust to <1.86.0

https://github.com/hubblo-org/scaphandre/issues/403

Closes: https://bugs.gentoo.org/953432
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-08-12 01:55:56 +09:00
parent b28beb7aec
commit e6d461051c

View File

@@ -1,4 +1,4 @@
# Copyright 2017-2024 Gentoo Authors
# Copyright 2017-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.2
@@ -218,6 +218,9 @@ CRATES="
yaml-rust@0.4.5
"
# https://github.com/hubblo-org/scaphandre/issues/403
RUST_MAX_VER="1.85.1"
inherit cargo linux-info
DESCRIPTION="Electrical power consumption measurement agent"