diff options
author | Jan Horak <jhorak@redhat.com> | 2019-11-25 11:24:07 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2019-11-25 11:24:07 +0100 |
commit | 71f7c4eea33879a95c58420c7475154eccec802c (patch) | |
tree | fb45dca98de55a1f0ab9a7f88851b8588d0b015a | |
parent | Added fixes for missing popup and overflow widget glitches (diff) | |
download | librewolf-fedora-ff-71f7c4eea33879a95c58420c7475154eccec802c.tar.gz librewolf-fedora-ff-71f7c4eea33879a95c58420c7475154eccec802c.tar.bz2 librewolf-fedora-ff-71f7c4eea33879a95c58420c7475154eccec802c.zip |
don't require rust 1.38
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index a37d16f..7bd1ce0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -259,7 +259,7 @@ BuildRequires: xorg-x11-server-Xvfb %if 0%{?pgo_wayland} BuildRequires: mutter %endif -BuildRequires: rust = 1.38 +BuildRequires: rust BuildRequires: cargo BuildRequires: clang-devel |