summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/waterfox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index e4f3e39..2133100 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -75,9 +75,9 @@ ExcludeArch: armv7hl
# Set to build with pinned rust version
# This enables stylo build when default rust version is not supported
# and a downgraded rust package exists
-%global build_with_pinned_rust 0
+%global build_with_pinned_rust 1
%global rust_build_min_ver 1.35
-%global rust_build_min_nover 1.37
+%global rust_build_min_nover 1.38
%global default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
%global waterfox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
bgstack15