We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0480efb commit 8a1b11dCopy full SHA for 8a1b11d
.sync/Version.njk
@@ -30,7 +30,7 @@
30
#}
31
32
{# The git ref value that files dependent on this repo will use. #}
33
-{% set mu_devops = "v14.0.1" %}
+{% set mu_devops = "v15.0.0" %}
34
35
{# The latest Project Mu release branch value. #}
36
{% set latest_mu_release_branch = "release/202502" %}
@@ -43,7 +43,7 @@
43
{% set python_version = "3.12" %}
44
45
{# The Rust toolchain version to use. #}
46
-{% set rust_toolchain = "1.84.0" %}
+{% set rust_toolchain = "1.85.0" %}
47
48
{# Rust tool versions. #}
49
{% set cargo_make = "0.37.24" %}
0 commit comments