Skip to content

Commit

Permalink
relax rust requirement to allow for patch updates (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi authored Jan 23, 2025
1 parent f195093 commit d2065a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/suse/rpm/trento-wanda.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ BuildRequires: erlang == 24
BuildRequires: elixir-hex
BuildRequires: erlang-rebar3
BuildRequires: git-core
BuildRequires: rust+cargo == 1.81
BuildRequires: rust+cargo >= 1.81, rust-cargo < 1.82
Requires: trento-checks

%description
Expand Down

0 comments on commit d2065a9

Please sign in to comment.