Skip to content

Commit 8a1b11d

Browse files
authored
Update rust to 1.85.0 (#444)
Updates the rust version to 1.85.0
1 parent 0480efb commit 8a1b11d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.sync/Version.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#}
3131

3232
{# The git ref value that files dependent on this repo will use. #}
33-
{% set mu_devops = "v14.0.1" %}
33+
{% set mu_devops = "v15.0.0" %}
3434

3535
{# The latest Project Mu release branch value. #}
3636
{% set latest_mu_release_branch = "release/202502" %}
@@ -43,7 +43,7 @@
4343
{% set python_version = "3.12" %}
4444

4545
{# The Rust toolchain version to use. #}
46-
{% set rust_toolchain = "1.84.0" %}
46+
{% set rust_toolchain = "1.85.0" %}
4747

4848
{# Rust tool versions. #}
4949
{% set cargo_make = "0.37.24" %}

0 commit comments

Comments
 (0)