summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-11-19 15:27:22 +0100
committerMartin Stransky <stransky@redhat.com>2019-11-19 15:27:22 +0100
commit905a7b26dd88c85c2adc0470ac671d89a710416d (patch)
tree0ea60f564b75feae6e6dc7f46fc788f927070f92 /firefox.spec
parentBuilt with in-tree nss (rhbz#1752303) (diff)
downloadlibrewolf-fedora-ff-905a7b26dd88c85c2adc0470ac671d89a710416d.tar.gz
librewolf-fedora-ff-905a7b26dd88c85c2adc0470ac671d89a710416d.tar.bz2
librewolf-fedora-ff-905a7b26dd88c85c2adc0470ac671d89a710416d.zip
Build against rust 1.38
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index ff8612a..10e032a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -257,7 +257,7 @@ BuildRequires: xorg-x11-server-Xvfb
%if 0%{?pgo_wayland}
BuildRequires: mutter
%endif
-BuildRequires: rust
+BuildRequires: rust = 1.38
BuildRequires: cargo
BuildRequires: clang-devel
bgstack15