From 8c8bf315198fcb3a3e921aa6c98599f6eb2fc011 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Oct 2022 16:15:25 +0200 Subject: update required rust version --- php-pecl-skywalking-agent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-skywalking-agent.spec b/php-pecl-skywalking-agent.spec index e9d0a86..946b9be 100644 --- a/php-pecl-skywalking-agent.spec +++ b/php-pecl-skywalking-agent.spec @@ -52,7 +52,7 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: %{?scl_prefix}php-devel >= 7.1 BuildRequires: %{?scl_prefix}php-pear -BuildRequires: cargo +BuildRequires: cargo >= 1.60 BuildRequires: rustfmt BuildRequires: protobuf-compiler BuildRequires: clang-devel @@ -138,6 +138,9 @@ extension=%{pecl_name}.so EOF +: Required rust version +grep -h rust-version mycargo/*/Cargo.toml NTS/Cargo.toml | sort -u | tail -n 4 + %build %{?dtsenable} -- cgit