mirror of
git://slackware.nl/current.git
synced 2025-01-31 19:57:23 +01:00
12 lines
325 B
Diff
12 lines
325 B
Diff
|
--- ./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):
|