File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
66DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
77DEB_VERSION ?= $(shell dpkg-parsechangelog -SVersion)
88
9- # Ensure we use cargo/rust 1.85 or later.
9+ # Ensure we use cargo/rust 1.91 or later.
1010RUSTLANG_NATIVE_VERSION = $(shell dpkg-query --showformat='${Version}' --show rustc 2>/dev/null || echo 0)
11- ifneq (ok,$(shell dpkg --compare-versions $(RUSTLANG_NATIVE_VERSION ) ge 1.85 && echo ok) )
12- export PATH := /usr/lib/rust-1.85 /bin:$(PATH)
11+ ifneq (ok,$(shell dpkg --compare-versions $(RUSTLANG_NATIVE_VERSION ) ge 1.91 && echo ok) )
12+ export PATH := /usr/lib/rust-1.91 /bin:$(PATH)
1313endif
1414
1515# Check Qt features.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Requires: wireguard-tools
1818
1919BuildRequires: cmake
2020BuildRequires: cmake-rpm-macros
21- BuildRequires: cargo >= 1.85
21+ BuildRequires: cargo >= 1.91
2222BuildRequires: golang >= 1.18
2323BuildRequires: (gcc >= 10.0.0 or gcc-toolset-10)
2424BuildRequires: (gcc-c++ >= 10.0.0 or gcc-toolset-10)
You can’t perform that action at this time.
0 commit comments