diff --git a/helix.changes b/helix.changes index 4bca771..2cb7ca3 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 30 12:28:07 UTC 2023 - Soc Virnyl Estela + +- Limit rust+cargo version >=1.65 and < 1.71 + ------------------------------------------------------------------- Thu Jun 22 11:33:28 UTC 2023 - Eyad Issa diff --git a/helix.spec b/helix.spec index 06b7a85..afb93d3 100644 --- a/helix.spec +++ b/helix.spec @@ -37,6 +37,8 @@ Source4: helix-rpmlintrc BuildRequires: c++_compiler BuildRequires: c_compiler BuildRequires: cargo-packaging +BuildRequires: rust+cargo < 1.71 +BuildRequires: rust+cargo >= 1.65 BuildRequires: hicolor-icon-theme BuildRequires: update-desktop-files Recommends: %{name}-runtime = %{version}