Skip to content

Commit 308326d

Browse files
authored
Update rust version to 1.89 (#479)
Step 1 to fully update the rust version to 1.85 to 1.89 as defined in [ReadMe#steps-for-updating-rust-toolchain](https://github.com/microsoft/mu_devops/?tab=readme-ov-file#steps-for-updating-rust-tool-chain).
1 parent d14c531 commit 308326d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.sync/Version.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
{% set python_version = "3.12" %}
4444

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

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

0 commit comments

Comments
 (0)