summaryrefslogtreecommitdiffstats
path: root/python/mozboot/mozboot/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/mozboot/mozboot/util.py')
-rw-r--r--python/mozboot/mozboot/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mozboot/mozboot/util.py b/python/mozboot/mozboot/util.py
index 2d26ffb934..d523319d8b 100644
--- a/python/mozboot/mozboot/util.py
+++ b/python/mozboot/mozboot/util.py
@@ -11,7 +11,7 @@ import certifi
from mach.site import PythonVirtualenv
from mach.util import get_state_dir
-MINIMUM_RUST_VERSION = "1.74.0"
+MINIMUM_RUST_VERSION = "1.76.0"
def get_tools_dir(srcdir=False):