Skip to content

Commit 0b78fd5

Browse files
committed
update rust to 1.91 in debian rules file
1 parent 9f8dc3b commit 0b78fd5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

linux/debian/rules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
66
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
77
DEB_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.
1010
RUSTLANG_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)
1313
endif
1414

1515
# Check Qt features.

linux/mozillavpn.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Requires: wireguard-tools
1818

1919
BuildRequires: cmake
2020
BuildRequires: cmake-rpm-macros
21-
BuildRequires: cargo >= 1.85
21+
BuildRequires: cargo >= 1.91
2222
BuildRequires: golang >= 1.18
2323
BuildRequires: (gcc >= 10.0.0 or gcc-toolset-10)
2424
BuildRequires: (gcc-c++ >= 10.0.0 or gcc-toolset-10)

0 commit comments

Comments
 (0)