Skip to content

Commit

Permalink
Update the Rust toolchain to version 1.80.0 (#362)
Browse files Browse the repository at this point in the history
Update to a newer Rust toolchain in order to incorporate improvements
with newer versions.
For example, an improvement on the size optimization of output rust
binaries.
  • Loading branch information
antklein authored Aug 26, 2024
1 parent 39e6111 commit 466d359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sync/Version.njk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:0e124c1" %}

{# The Rust toolchain version to use. #}
{% set rust_toolchain = "1.76.0" %}
{% set rust_toolchain = "1.80.0" %}

{# Rust tool versions. #}
{% set cargo_make = "0.37.9" %}
Expand Down

0 comments on commit 466d359

Please sign in to comment.