- Replace rust+cargo to cargo. There is a bug where it selects

the lowest version

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=119
This commit is contained in:
Soc Virnyl Estela 2024-06-15 13:24:08 +00:00 committed by Git OBS Bridge
parent a162f96ac3
commit d5a297fbb1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jun 15 13:23:23 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- Replace rust+cargo to cargo. There is a bug where it selects
the lowest version
-------------------------------------------------------------------
Sat Jun 15 13:21:09 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>

View File

@ -30,7 +30,7 @@ Source1: vendor.tar.zst
Patch0: do-not-send-eof-when-closing-application.patch
BuildRequires: Mesa-libEGL-devel
BuildRequires: rust+cargo >= 1.43
BuildRequires: cargo >= 1.43
%if 0%{?suse_version} > 1500
BuildRequires: cargo-packaging
%endif