summaryrefslogtreecommitdiffstats
path: root/patches/source/seamonkey/seamonkey.minimum_rust_version.diff
blob: 7d64841e42dc68c031b16a6f685650c782027e0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./python/mozboot/mozboot/util.py.orig	2023-02-25 15:24:30.000000000 -0600
+++ ./python/mozboot/mozboot/util.py	2023-03-30 18:23:44.212012352 -0500
@@ -12,7 +12,7 @@
 here = os.path.join(os.path.dirname(__file__))
 
 
-MINIMUM_RUST_VERSION = '1.61.0'
+MINIMUM_RUST_VERSION = '1.60.0'
 
 
 def get_state_dir(srcdir=False):